Commit Graph

1206 Commits

Author SHA1 Message Date
John Howard c38b87f139
Improve sidecar injector documentation (#8927)
* Improve sidecar injector documentation

* Remove old implementation details
* Discuss details of how to enable/disable injection
* Discuss advanced customizations of the sidecar

* Apply suggestions from code review

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Sven Mawson <sven@google.com>
2021-02-08 15:33:42 -08:00
jacob-delgado a2266db8dd
Fix helm docs for Istio 1.9.0 (#8898)
* Fix helm docs for Istio 1.9.0

* Modify operator instructions

* Add boilerplate for helm warning

* Fix linting issue
2021-02-08 10:32:10 -08:00
Shamsher Ansari d6bd6a15a5
remove tcp health check (#8911) 2021-02-08 07:54:15 -08:00
Pengyuan Bian ff8b6bf1c7
Move grpc metrics to the right place. (#8920) 2021-02-05 18:17:48 -08:00
Eric Van Norman 9758da112b
Add tip to about potentially waiting. (#8894) 2021-02-05 13:48:30 -08:00
Oliver Liu 343cec0fb7
Improve security concept. (#8906)
* Improve security concept.

* Apply suggestions from code review

Co-authored-by: Sven Mawson <sven@google.com>

* Fixes.

Co-authored-by: Sven Mawson <sven@google.com>
2021-02-05 10:08:58 -08:00
John Howard 2067a47cba
Add VM architecture diagram (#8870)
* Add VM architecture diagram

* Apply suggestions from code review

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Apply suggestions from code review

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Apply suggestions from code review

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Update content/en/docs/ops/deployment/vm-architecture/index.md

* fix lint

* Update content/en/docs/ops/deployment/vm-architecture/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* Apply suggestions from code review

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

* suggestions

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-02-04 21:41:58 -08:00
John Howard 51650924c9
VMs: add doc test, re-org examples (#8892)
* Add documentation test for VMs

* Remove single and multinetwork docs, move up a level

* Fixes

* fix tests

* fix test
2021-02-04 21:31:44 -08:00
Oliver Liu 09e3f8e17e
Improve the plug-in cert task. (#8904)
* Improve the plug-in cert task.

* Small fix.

* Update content/en/docs/tasks/security/cert-management/plugin-ca-cert/index.md

Co-authored-by: Sven Mawson <sven@google.com>

* Describe the recommendation of using hierarchical CA.

* Small fix.

* Apply suggestions from code review

Co-authored-by: Sven Mawson <sven@google.com>

* Apply suggestions from code review

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Sven Mawson <sven@google.com>
2021-02-04 16:06:15 -08:00
jacob-delgado 55f916c51c
Update sidecar-injection doc based on 1.9.0-rc.0 (#8896)
* Update sidecar-injection doc based on 1.9.0-rc.0

* Code review comments
2021-02-04 07:15:31 -08:00
Zhonghu Xu 56e128d8df
change baseEjectionTime < 300s (#8895) 2021-02-04 07:06:41 -08:00
Istio Automation e9543db958
Automator: update istio.io@ reference docs (#8902) 2021-02-03 18:11:57 -08:00
Shamsher Ansari d490706ebf
Few updates to install options (#8899) 2021-02-03 06:33:59 -08:00
Jim Ntosas d65c3631ee
Kops Docs: Fix ServiceAccountVolume proposed configuration (#8893)
Seems that after merging https://github.com/kubernetes/kops/pull/9534
there is no need to specify paths for key-files for service Account
Token Volume Projection.

Instead, current configuration proposed is making Istio unable to verify
JWT token with errors. In this commit, we remove the paths, letting Kops
handles the default ones that are working as expected.

Signed-off-by: dntosas <ntosas@gmail.com>
2021-02-02 13:43:50 -08:00
Yangmin Zhu 6dd91af7cb
fix jwt test (#8873)
* fix jwt test

* update
2021-02-02 12:09:42 -08:00
John Howard fec7e43e83
Add troubleshooting guide for VMs (#8868)
* Add troubleshooting guide for VMs

* Update content/en/docs/ops/diagnostic-tools/virtual-machines/index.md

Co-authored-by: Jimmy Song <rootsongjc@gmail.com>

Co-authored-by: Jimmy Song <rootsongjc@gmail.com>
2021-02-02 08:59:24 -08:00
Istio Automation eb318dd57a
Simplify CRD backup command (#8889)
Co-authored-by: John Howard <howardjohn@google.com>
2021-02-01 17:04:59 -08:00
Istio Automation 95e409bb13
Automator: update istio.io@ reference docs (#8881) 2021-01-29 18:11:43 -08:00
John Howard a142de5907
Remove root cert transition guide (#8876)
* Remove root cert transition guide

The guide is for users on 1.2. Any user from 1.2 would already have
their cert expired, so they either already followed this guide or
already had a production outage.

Fixes https://github.com/istio/istio.io/issues/6668

* fix lint
2021-01-29 14:01:47 -08:00
Istio Automation 89545f55cd
Automator: update istio.io@ reference docs (#8871) 2021-01-28 18:10:53 -08:00
Nathan Mittler f08ea8f090
Add missing step to multicluster tests (#8848)
This shouldn't actually be needed by the tests, since it
only affects pods without a sidecar. However, adding for
completeness.
2021-01-28 12:52:51 -08:00
John Howard 730b536cf0
Remove localhost recommendation (#8864)
We are going to break `localhost` listeners: https://docs.google.com/document/d/1j-5_XpeMTnT9mV_8dbSOeU7rfH-5YNtN_JJFZ2mmQ_w/edit#. It was bad advice to begin with, written by myself I believe
2021-01-28 09:18:03 -08:00
Ryota 71f507922a
Fix typo and minor wording (#8863) 2021-01-28 08:33:12 -08:00
Kuat 2ae98716b8
add sleep (#8855)
* add sleep

Signed-off-by: Kuat Yessenov <kuat@google.com>

* add TODO

Signed-off-by: Kuat Yessenov <kuat@google.com>
2021-01-28 07:26:07 -08:00
Istio Automation c20cae28de
Automator: update istio.io@ reference docs (#8850) 2021-01-28 07:13:08 -08:00
Shamsher Ansari fe3a248186
use latest version of dashboard to support k8 1.20 (#8862) 2021-01-28 07:02:29 -08:00
Kebe afb920de2b
Revert "Add IST0137 analysis docs (#8831)" (#8861)
This reverts commit dd03031b66.
2021-01-28 06:53:22 -08:00
John Howard c76b74540b
Add docs test for VM installation (#8853)
* Add docs test for VM installation

* fix kind name
2021-01-27 11:34:18 -08:00
Shamsher Ansari 0777e873a8
use bookinfo pod to check envoy version (#8844)
* use bookinfo pod to check envoy version

* use jq to filter output
2021-01-27 06:17:44 -08:00
Ed Snible d475797544
Test Automation for ops/configuration/mesh/config-resource-ready (#8823)
* Test Automation

* Fix cleanup after test

* Pass 'y' to 'istioctl install'

* clean up the cleanup section
2021-01-26 06:43:28 -08:00
Kebe dd03031b66
Add IST0137 analysis docs (#8831)
* Add IST0137 analysis docs

* Add message define

* > small example and resolve

* > fix lint?

* > fix spelling target port

* > fix grammar nit

* > fix lint
2021-01-25 09:03:08 -08:00
Istio Automation 88721df388
Automator: update istio.io@ reference docs (#8838) 2021-01-24 18:10:55 -08:00
Istio Automation 3a73cbf833
Automator: update istio.io@ reference docs (#8836) 2021-01-22 18:10:45 -08:00
Shamsher Ansari b1dd7612a1
use different pod for querying kube system pods (#8816)
* use different pod for querying kube system pods

* use kube-dns lable for querying pod
2021-01-22 10:20:57 -08:00
Ram Vennam 544c2ba5b9
Missing profile in the canary update example (#8830) 2021-01-22 08:57:46 -08:00
Shamsher Ansari 4ddd0ff35a
Add info about using Metallb for multi-cluster setup on kind (#8754)
* Add info about using Metallb for multi-cluster setup on Kind

* update comments and fix lint

* lowercase kind

* moved instruction to the top

* add to multi-network too

* use common msg

* use boilerplate for common usage

* move tip to boilerplate
2021-01-22 08:25:44 -08:00
Ed Snible 518fff5b5f
New analyze codes 135 and 136 for annotation feature phase (#8822)
* Create new analyze codes 135 and 136 for annotation feature phase

* Fix typos and indicate testing is not needed
2021-01-22 07:47:44 -08:00
Istio Automation 08648bf4c0
Automator: update istio.io@ reference docs (#8829) 2021-01-21 18:10:08 -08:00
jacob-delgado f7ece2bc01
change header for platform per TOC guidance (#8788)
* change header for platform per TOC guidance

* Update content/en/docs/setup/platform-setup/azure/index.md

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

* Change to Istio 1.9

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-01-21 14:55:10 -08:00
John Howard 3ba8969ce5
Add notice about centos 8 support (#8770)
* Add notice about centos 8 support

Fixes https://github.com/istio/istio/issues/30020

* Update index.md

* Update content/en/docs/setup/install/virtual-machine/index.md
2021-01-21 12:58:21 -08:00
Steven Landow 738d9ed4bc
vm docs: fix bullets for generated files (#8821)
* vm docs: fix bullets for generated files

* Update content/en/docs/setup/install/virtual-machine/index.md

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-01-21 11:41:12 -08:00
Istio Automation a4121fd3c1
[master] Fix grafana script (#8817)
* Fix grafana script

Fixes https://github.com/istio/istio/issues/30173

* Update index.md

Co-authored-by: John Howard <howardjohn@google.com>
2021-01-21 07:56:15 -08:00
Shamsher Ansari 0e98207a6f
update latest logging scopes (#8804)
* update latest logging scopes

* add back few other scopes

* remove attribute

* use scopes from option help
2021-01-21 07:08:31 -08:00
Ed Snible 9d89183d5f
Fix example and use actual sample files so that we are ready for doc … (#8806)
* Fix example and use actual sample files so that we are ready for doc testing

* Fix typo
2021-01-21 06:34:54 -08:00
Istio Automation e14ae5b4b2
Automator: update istio.io@ reference docs (#8813) 2021-01-20 18:11:16 -08:00
John Howard 81a017eea5
Fix incorrect YAML casing (#8811)
Technically both work. Camel case is preferred
2021-01-20 14:41:37 -08:00
Xinnan Wen 06913341a3
fix mirror task doc (#8802)
* fix mirror task doc

* make gen
2021-01-20 11:12:29 -08:00
Shamsher Ansari 2a13ec957f
dashboard controlz: append ns to pod for controlz output (#8803)
* dashboard controlz: append ns to pod for controlz output

* use deployment name
2021-01-20 10:16:02 -08:00
Eric Van Norman bea8d187e5
Silence curl command (#8773)
* Silence curl command

* Update more files with -sS (adding S to show errors)

* Over-agressive on the -S and causing some tests to fail.

* Remove more curl -S flags
2021-01-20 09:45:50 -08:00
Sam Naser 6abdcec827
Service API task doc test (#8796)
* mark as tested

* generate snips

* test progress

* add -I to curl output in command

* regenerate snips

* doc test fixes

* Add HTTP/1.1 to expected output

* change to use verify_elided
2021-01-20 08:38:48 -08:00