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
Eric Van Norman
0db0744ace
Update istio test ref to 1.9.0-rc.0 ( #8852 )
...
* Update istio test ref to 1.9.0-beta.1
* Update test reference to Istio 1.9-rc.0
2021-02-02 11:10:39 -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
f039fe773b
Automator: update common-files@master in istio/istio.io@master ( #8887 )
2021-02-01 08:38:15 -08:00
Istio Automation
c20fac1058
Automator: update common-files@master in istio/istio.io@master ( #8882 )
2021-01-30 20:35:48 -08:00
Istio Automation
95e409bb13
Automator: update istio.io@ reference docs ( #8881 )
2021-01-29 18:11:43 -08:00
Jimmy Chen
4112a02f27
Release notes for 1.7.7 ( #8867 )
...
* Release notes for 1.7.7
* Update content/en/news/releases/1.7.x/announcing-1.7.7/index.md
Co-authored-by: Brian Avery <bavery@redhat.com>
* update
* update
Co-authored-by: Brian Avery <bavery@redhat.com>
2021-01-29 14:21:41 -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
251d3df091
Automator: update common-files@master in istio/istio.io@master ( #8872 )
2021-01-28 18:39:45 -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
Istio Automation
b62281e5e0
Automator: update common-files@master in istio/istio.io@master ( #8860 )
2021-01-27 10:17:05 -08:00
Eric Van Norman
aef9d3fd6d
Fix error when trying to run tests on Linux ( #8859 )
2021-01-27 09:12:12 -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
John Howard
456bc9e78f
Stop recommending binding to localhost ( #8845 )
...
This is both not recommend and likely we are going to make this broken
in Istio 1.10, in favor of making all of these work out of the box,
assuming users did *not* follow our documentation to set this to
localhost
2021-01-26 06:33:05 -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
Kebe
6717b78f67
Add IST0122 Chinese translate ( #8839 )
2021-01-25 00:46:54 -08:00
Kebe
87c1ca806b
Add IST0123 Chinese translate ( #8840 )
2021-01-25 00:32:04 -08:00
Istio Automation
88721df388
Automator: update istio.io@ reference docs ( #8838 )
2021-01-24 18:10:55 -08:00
jacob-delgado
91f02268ad
Update warning boilerplate for unsupported platforms ( #8835 )
2021-01-22 19:37:07 -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
Eric Van Norman
47c8caa309
Update supported k8s versions for 1.9 ( #8779 )
...
* Update supported k8s versions for 1.9
* Update data/args.yml
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-01-22 06:35:18 -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
Pengyuan Bian
e67d0da8a3
Add upgrade notes about 1.7.x to 1.8 regarding http 1xx and 204. ( #8785 )
2021-01-21 12:47:34 -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
Sam Xie
f0760e882e
Add Liulishuo to customers ( #8775 )
2021-01-21 14:16:26 -05:00
Istio Automation
b45157959f
Automator: update common-files@master in istio/istio.io@master ( #8820 )
2021-01-21 11:01:26 -08:00
Istio Automation
41c12ec517
Automator: update common-files@master in istio/istio.io@master ( #8819 )
2021-01-21 10:01:05 -08:00
Istio Automation
7294009ba6
Automator: update common-files@master in istio/istio.io@master ( #8818 )
2021-01-21 08:12:40 -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