Commit Graph

2905 Commits

Author SHA1 Message Date
Istio Automation 8e70f097d0
Update Performance and Scalability Page for Istio release-1.6 (#7547)
Co-authored-by: carolynhu <carolynprh@google.com>
2020-06-12 13:17:16 -07:00
Hongyi Zhang a4f252ff2c
fix bug where *_test.sh doesn't source snips.sh (#7545)
* fix bug where *_test.sh doesn't source snips.sh

* remove 'source snips.sh' from scripts
2020-06-12 11:12:53 -07:00
Navraj Singh Chhina 3f6e0312cf
Egress Gateway TLS Origination Test Suite (#7501)
* add missing cleanup for vs nginx

* Add test for Gateway TLS Origination

* fix copyright

* Add Gateway mTLS origination

* replace <password> with password

* fix lint and autogen yes response

* oops typos

* make gen

* escape SC2154 :)

* apply suggestions and fix lint

* squash commits and cleanup branch

wrong quotes

more typos

make snips again

linter :'(

make linter happy

newline blocks

make gen 2

tab linting

try this

change service deletion

oops was deploying sleep twice

ignore nginx version lines for expected response

add update snips

lint again

make snips 3

redo check

do some magic

do some magic 2

lint tabs

remove incorrect snip matching

hack tls origination sleep deployment

hack 2

* this test is super flaky

* delete virtual service

* move scripts

* move scripts

* move to new testing framework

end file with newline and cleanup

typo

* content length shouldn't be included in snips

* comment out the final HTTP check

* Update content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/mtls_test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/tls_test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/tls_test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* ignore cleanup errors

* add source back in

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-12 13:04:06 -04:00
Istio Automation 1d7a2383bd
Automator: update istio.io@ reference docs (#7542) 2020-06-12 06:00:09 -07:00
davidhauck 0ed33229e6
remove old pt-br files (#7538) 2020-06-11 13:58:58 -07:00
Hongyi Zhang 5fbb14bedc
Convert all old tests to new tests (#7522)
* add an example task to test

* main test function: save progress

* a working example: routing request

* improve log info and error handling

* introduce makefile

* run each test as a subtest; remove common setup from test.sh

* add another test.sh: fault-injection

* improve error handling

* check test environment

* add two more test.sh files

* fix make command for istio setup

* update two test.sh files from upstream

* add comments and update README.md

* update test.sh files from upstream

* support multiple test names

* update README

* update README.md for new framework

* remove documentation of migration steps

* undo format changes

* change separation line to '# @cleanup'

* move go code and makefile from content/ to tests/

* change package name

* make for loop more readable

* change the set of auto-sourced scripts

* add docs for all functions

* approach to deal with folders with the same name

* minor fixes to ensure everything still runs

* fix make gen error

* add a TIMEOUT argument

* make sure util/debug.sh works with new framework

* make lint-go happy

* [BIG CHANGE] allow different istio setup configs

* make linters happy

* make linters happier

* changed wording and function orders

* make error return as the 2nd argument

* add TODOs

* Update content/en/docs/tasks/traffic-management/traffic-shifting/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* only test english docs

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* allow test.sh as suffix

* move adding setup configs to tests/setup

* recommend full paths

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* require full test paths

* converting old tests to new tests: traffic-management and misc

* converting old tests to new tests: security

* remove old tests

* Update content/en/docs/tasks/security/cert-management/dns-cert/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* simplify setup configs

* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/authentication/mtls-migration/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/authorization/authz-http/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* do not let istioctl prompt y/n

* Update content/en/docs/tasks/traffic-management/ingress/ingress-sni-passthrough/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/traffic-management/ingress/secure-ingress/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/cert-management/plugin-ca-cert/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* simplify stuff

* rename dns-cert test.sh to test_broken.sh

* fix dns-cert doc and test

* remove egress=disabled

* fix test

* Update content/en/docs/tasks/observability/logs/access-log/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/security/authentication/authn-policy/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-11 11:15:48 -07:00
Douglas Reid bce48d42e7
refactor(telemetry): move wasm telemetry docs to proxy extensions (#7525)
* refactor(telemetry): move wasm telemetry docs to proxy extensions

* retry deleting dir

* update links

* lint cleanup
2020-06-11 10:56:49 -07:00
tialouden e989bb156c
Add Tetrateio to partner page (#7531)
Co-authored-by: Tia Louden <tia@tetrate.io>
2020-06-11 08:35:18 -07:00
Martin Ostrowski 77c8566ccc
Update istioctl docs (#7502)
* Update istioctl docs

* Lint

* Update content/en/docs/setup/install/istioctl/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/setup/install/istioctl/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/setup/install/istioctl/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/setup/install/istioctl/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/setup/install/istioctl/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-11 06:42:05 -07:00
Istio Automation 17bda17125
Automator: update istio.io@ reference docs (#7529) 2020-06-11 06:19:09 -07:00
Francois Pesce 53ddedae05
Release notes for ISTIO-SECURITY-2020-006 (#7511)
* Release notes for ISTIO-SECURITY-2020-006

* Update content/en/news/releases/1.6.x/announcing-1.6.2/index.md

Co-authored-by: Shamsher Ansari <shaansar@redhat.com>

Co-authored-by: Shamsher Ansari <shaansar@redhat.com>
2020-06-10 14:45:44 -04:00
craigbox 2e1ad0e618
Temporarily unpublish Gloo blog post (#7519)
At the request of our community team, and as discussed at Steering.
2020-06-10 08:26:24 -07:00
Istio Automation a9c9fcba25
Automator: update istio.io@ reference docs (#7517) 2020-06-10 06:16:20 -07:00
Venil Noronha c02fa88869
Fix typos in CNI doc (#7514)
Signed-off-by: Venil Noronha <veniln@vmware.com>
2020-06-09 19:09:25 -07:00
Hongyi Zhang 420a54447b
Migration to a new framework for doc testing (#7465)
* add an example task to test

* main test function: save progress

* a working example: routing request

* improve log info and error handling

* introduce makefile

* run each test as a subtest; remove common setup from test.sh

* add another test.sh: fault-injection

* improve error handling

* check test environment

* add two more test.sh files

* fix make command for istio setup

* update two test.sh files from upstream

* add comments and update README.md

* update test.sh files from upstream

* support multiple test names

* update README

* update README.md for new framework

* remove documentation of migration steps

* undo format changes

* change separation line to '# @cleanup'

* move go code and makefile from content/ to tests/

* change package name

* make for loop more readable

* change the set of auto-sourced scripts

* add docs for all functions

* approach to deal with folders with the same name

* minor fixes to ensure everything still runs

* fix make gen error

* add a TIMEOUT argument

* make sure util/debug.sh works with new framework

* make lint-go happy

* [BIG CHANGE] allow different istio setup configs

* make linters happy

* make linters happier

* changed wording and function orders

* make error return as the 2nd argument

* add TODOs

* Update content/en/docs/tasks/traffic-management/traffic-shifting/test.sh

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* only test english docs

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* allow test.sh as suffix

* move adding setup configs to tests/setup

* recommend full paths

* Update tests/README.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* require full test paths

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-09 14:11:53 -07:00
Frank Budinsky 669e35b3ea
Cleanup access log test (#7513) 2020-06-09 13:39:59 -07:00
Iris 2bb1952f32
add test for Access log (#7423)
* add test for access log

* fix k8s test

* fix k8s test
2020-06-09 06:59:09 -07:00
Istio Automation c88cb628e1
Automator: update istio.io@ reference docs (#7510) 2020-06-09 06:45:15 -07:00
Navraj Singh Chhina e7616b2ac0
Disable ShellChecking for SC2164 (#7507)
* add missing cleanup for vs nginx

* disable SC2164 which checks safe cd

* make gen
2020-06-08 13:56:32 -07:00
Chad Wilson b21d6182f1
Add an entry on the (potentially) breaking change for resource visibility changes related to `VirtualService`s. (#7496) 2020-06-08 09:02:40 -07:00
Navraj Singh Chhina 5c2db14018
add missing cleanup for vs nginx (#7493) 2020-06-08 06:57:40 -07:00
Istio Automation 8c285eff2b
Automator: update istio.io@ reference docs (#7494) 2020-06-08 06:50:38 -07:00
Morven Cao 604f26cbc5
fix deprecated crd. (#7498) 2020-06-08 06:42:34 -07:00
fktkrt 8421ae1ce3
Added Envoy, Go and Istio matchings to Prometheus federation ServiceMonitors (#7391)
* added envoy go istio matchings to servicemonitors

* removed istio, mentioned other metrics as note

* reworded note
2020-06-05 14:15:03 -07:00
Jonathan Kogan 55e4e8e118
Fixed code typo (#7489) 2020-06-05 14:06:05 -07:00
Shamsher Ansari d59e23556d
Use istiod as core component for profile matrix (#7481) 2020-06-05 10:55:44 -07:00
John Howard b74bd655cb
Add warning to generate (#7485)
I have seen many issues about this
2020-06-05 10:40:41 -07:00
Brian Avery 3e89ef8ab4
Fixed release date as it was released yesterday (#7483) 2020-06-05 06:38:00 -07:00
jacob-delgado c087ac890a
Fix heading for bookinfo sample app (#7478) 2020-06-05 05:57:02 -07:00
Istio Automation a77a29bc94
Automator: update istio.io@ reference docs (#7477) 2020-06-04 19:37:35 -07:00
jacob-delgado c29007987c
Add example for proxy.istio.io/config annotation (#7348)
* Add example for proxy.istio.io/config annotation

* Code review comment

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-06-04 19:30:49 -07:00
Frank Budinsky 1d5fa543ef
Fix circuit-breaker snips (#7475) 2020-06-04 19:23:44 -07:00
jacob-delgado 4fd4e02bd6
PR 1.6.1 release notes (#7400)
* Release notes for 1.6.1

Co-authored-by: John Howard <howardjohn@google.com>

Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md

Co-authored-by: Brian Avery <bavery@redhat.com>

Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md

Co-authored-by: Brian Avery <bavery@redhat.com>

Update all release notes

Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md

Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>

Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md

Co-authored-by: Ryota <rytswd@gmail.com>

Address cni issue

Move announcement to appropriate directory

Update site version

Fix linting issues

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

Revert args.yaml back to master version

* Add bookinfo security fix header

* Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Fix linting issues

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2020-06-04 17:33:48 -07:00
John Howard 3ed9324b60
Add addons blog post (#7445)
* Add addons blog post

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* fix format

* fix lint

* Apply suggestions from code review

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>

* Update index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-06-04 12:34:47 -07:00
Istio Automation 7fe207f8f4
Automator: update istio.io@ reference docs (#7466) 2020-06-04 06:51:45 -07:00
Oliver Liu e598a3bd11
Update the Makefile path for root cert generation. (#7453) 2020-06-03 14:28:03 -04:00
Shamsher Ansari 275c55e905
Simplify passing --context to access different cluster (#7455) 2020-06-03 09:30:31 -07:00
Istio Automation e0bc131e3f
Automator: update istio.io@ reference docs (#7454) 2020-06-03 06:30:29 -07:00
John Howard 1fe0985c01
Add 1.4 official EOL notice (#7401) 2020-06-02 08:27:26 -07:00
Justin Pettit 005dc449af
network-issues: Remove "Headless TCP services losing connection". (#7416)
This section is no longer correct, since we don't restart Envoy every
45 days, and we no longer recommend creating a separate "istio-citadel"
deployment.
2020-06-01 21:22:55 -04:00
Brandon DuRette 30adaa35e1
Fix typo in comment (#7444)
* Fix typo in comment

* Fix typo copy-pasta
2020-06-01 17:45:57 -07:00
Istio Automation 2f74cf4dfe
Fixed tiny grammar problem. (#7443)
Fixed to intended verb "set up" (from actually written noun "setup").

Co-authored-by: Daniel Barclay <dsbos@users.noreply.github.com>
2020-06-01 20:35:43 -04:00
Daniel Barclay 478c31f1ec
Update index.md (#7377) 2020-06-01 14:55:55 -07:00
Shamsher Ansari 9fe272272b
update doc to use istioctl install (#7396) 2020-06-01 11:02:27 -07:00
Yanghui Weng 6ad0f76d94
zh-translation: /blog/2019/performance-best-practices/index.md (#7090)
* Update zh translation

* Update index.md

* fix doc url link
2020-06-01 08:39:37 -07:00
John Howard 3240aea66b
Add tracing integration pages (#7415)
* Add tracing integration pages

* Alpha sort
2020-06-01 08:00:56 -07:00
Istio Automation ce02a6fe1a
Automator: update istio.io@ reference docs (#7435) 2020-06-01 06:30:48 -07:00
Justin Pettit 877b438829
Authn policy (#7433)
* authn-policy: Point users to Istio installation guide.

Have users install Istio through the installation guide instead of
explicitly instructing them to run "istioctl manifest apply" in the
task.  This will make it easier to automate the task later.

* authn-policy: Make steps and expected response clear for testing.

* Add authn-policy user guide test.
2020-05-29 12:11:47 -07:00
Istio Automation 25c2d74c94
Fix sudo command on VM doc (#7424)
If you are not running as root already, this will fail. The redirect part is not run as root previously

Co-authored-by: John Howard <howardjohn@google.com>
2020-05-28 08:21:46 -07:00
Istio Automation 7ba88781a4
Automator: update istio.io@ reference docs (#7420) 2020-05-28 06:41:08 -07:00