Commit Graph

534 Commits

Author SHA1 Message Date
Eric Van Norman b00ed6db68
Convert hardcoded values to read actual values (#10879)
* Convert hardcoded values to read actual values

* Fix assigment

* escape $
2022-02-08 16:20:17 -08:00
Eric Van Norman 1ae1fdf9db
Enable VM tests (#10858)
* Add VM tests

* Update sidecar image

* Further VM test updates

* Hardcode values to test
2022-02-08 13:17:19 -08:00
Frank Budinsky 4b79e9db95
Disable validation in external control plane install (#10864) 2022-02-07 10:06:03 -08:00
Frank Budinsky 428b518039
Add tip to kind platform setup instructions (#10852)
* Add tip to kind platform setup instructions

* add cluster name

* typo
2022-02-03 13:05:55 -08:00
Eric Van Norman 68f0f07545
Prepare for v1.13 as istio source is already branched (#10808)
* Prepare for v1.13 as istio source is already branched

* Update VM test image from 1.11 to current to test

* Rename tests to temporaily disable Issue created to reanble before 1.13
2022-01-21 09:52:46 -08:00
Xunzhuo 0d7092fcbe
docs: add guide to install istio in tencent cloud (#10765)
* docs(platform-setup): add guide to install istio in tencent-cloud-mesh

Signed-off-by: Xunzhuo <mixdeers@gmail.com>

* fix: lint errors

* fix: update refer to review from eric

Signed-off-by: Xunzhuo <mixdeers@gmail.com>

* fix: change images into English and update related links to english

Signed-off-by: Xunzhuo <mixdeers@gmail.com>

* Update index.md
2022-01-13 11:29:17 -08:00
Pengyuan Bian dcb58d3851
[CNI] Document 1337 UID workaround for init container. (#10655)
* [CNI] Document 1337 UID workaround for init container.

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/docs/setup/additional-setup/cni/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/setup/additional-setup/cni/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/setup/additional-setup/cni/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/setup/additional-setup/cni/index.md

Co-authored-by: craigbox <craigbox@google.com>

* lint

* update.

* update.

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: craigbox <craigbox@google.com>
2021-12-31 11:31:30 -08:00
Eric Van Norman cc12e5d72a
Change test to support as we actually test on more releases. (#10630) 2021-12-17 11:25:05 -08:00
Kenan O'Neal 51291ca691
Fix Helm install and upgrade commands for istio-operator (#10570)
- Use namespace for Helm istio-operator commands.
2021-12-06 17:06:05 -08:00
John Howard c53dd54afc
Drop operator page to bottom of list (#10524) 2021-11-19 14:16:53 -08:00
jacob-delgado b04ea6b439
Update platform setup for kops 1.22+ (#10500)
* Update platform setup for kops 1.22+

* Update index.md

* Update index.md

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

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

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

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

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-11-18 10:37:18 -08:00
jacob-delgado 4e49573e69
fix diff in 1.12 beta for diff example (#10499) 2021-11-11 11:04:39 -08:00
Sam Naser 64422a6fea
Remove old gateway upgrade documentation (#10480)
* Remove old gateway upgrade documentation

* fix link
2021-11-09 08:17:37 -08:00
Sam Naser f117b45ab6
Document default revision installation changes (#10450)
* Document default revision changes

* Remove extra space

Co-authored-by: craigbox <craigbox@google.com>

* Remove additional with

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: craigbox <craigbox@google.com>
2021-11-02 10:58:36 -07:00
Eric Van Norman 4c16b9a65e
Prepare for v1.12 as Istio source is already branched (#10455)
* prepare for v1.12 as istio source is already branched

* Fixup script output

* Removing validatingwebhookconfiguration if it exists.
2021-11-01 12:27:58 -07:00
Sam Naser 24e16f25e8
Add usage warning for in-cluster operator (#10420)
* Add usage warning for in-cluster operator

* iterate on comments

* move helm back to alpha

* in-cluster operator -> operator

* change istioctl and helm ordering

* change wording to is not needed

* iterate on comments
2021-10-14 18:57:24 -07:00
John Howard 2c4a3b6f79
Update helm docs to use helm repo (#10322)
* Update helm docs to use helm repo

* snips

* atempt 100

* Address review comments

* unindent
2021-10-07 06:37:23 -07:00
Frank Budinsky ad1e6a30ff
Configure istio-system namespace for istioctl install (#10406) 2021-10-06 08:07:40 -07:00
Avi Miller 62a5979b74
docs: update Oracle Cloud Infrastructure platform setup documentation (#10373)
Signed-off-by: Avi Miller <avi.miller@oracle.com>
2021-09-23 10:38:15 -07:00
Eric Van Norman 2f09b1035d
Update Istio test reference to latest commit - Helm install output (#10367) 2021-09-20 07:00:06 -07:00
Frank Budinsky 8f2afd05c8
Fix tab content not rendering proper indent (#10362) 2021-09-17 11:42:13 -07:00
Eric Van Norman 3b2cd03943
Update test reference to latest istio (#10336)
* Update test reference to latest istio

* Update helm output

* Update install/operator test to allow <pending> IP for running locally.

* fix lint

* Gateway changes

* Fix gateway

* Remove remaining webhook to make tests pass

* Change to use istioctl tag remove
2021-09-16 11:53:40 -07:00
craigbox 217e9046f3
Fix 10321 (#10343) 2021-09-15 06:21:34 -07:00
Mariam John 2dfcf8a844
Add instructions to enable remote cluster gateways using Helm (#10200)
Fixes: #9397
2021-09-01 12:28:04 -07:00
Eric Van Norman 2e96dd3e08
Update VM test to a later base image. (#10240) 2021-08-25 14:01:43 -07:00
jacob-delgado d112c34852
Helm can use revision tags (#10112)
* Helm can use revision tags

Update canary and helm docs to clarify use of stable revision labels.
Cleanup the docs appropriately and point to existing blogs and diagrams
that detail this functionality better.

* Code review comments

* Fix linter

* Fix usage

* Update comments
2021-08-25 09:33:42 -07:00
Frank Budinsky b5fb428dd5
Remove unnecessary gateway config (#10219) 2021-08-24 08:44:38 -07:00
Mitch Connors 1c482acf54
Update direct upgrade warning (#10163)
As of May, skipping a single minor version is supported.
2021-08-19 14:08:00 -07:00
Frank Budinsky 144e4a8e27
Remove injectionTemplate setting already set in gened yaml (#10191) 2021-08-16 13:16:45 -07:00
Jonh Wendell f72f5624c2
Fix statement about Istio's container user id (#10166)
They run under user id 1337 nowadays, not 0.
2021-08-11 07:31:05 -07:00
Eric Van Norman e914879e02
Add links to supported releases page (#10156)
* Add links to supported releases page

* Change compatible to supported
2021-08-06 13:22:56 -07:00
Pengyuan Bian 6fc32ad80a
Update several CNI related doc. (#10140)
* Update several CNI doc.

* Update index.md

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

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: craigbox <craigbox@google.com>
2021-08-04 14:01:25 -07:00
Pengyuan Bian fb05d1584f
Revamp CNI doc. (#10090)
* wip

* rewrite install-cni page.

* Add troubleshoot guide.

* Add doc test.

* fix test.

* fix test.

* validation log message.

* update.

* update.

* fix.

* update.

* incorporate supportability review feedback.

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

Co-authored-by: craigbox <craigbox@google.com>

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

Co-authored-by: craigbox <craigbox@google.com>

* Apply suggestions from code review

Co-authored-by: craigbox <craigbox@google.com>

* fix.

Co-authored-by: craigbox <craigbox@google.com>
2021-08-01 13:40:03 -07:00
Sam Naser 908bea1883
Update canary upgrade docs (#10086)
* Update canary upgrade documentation

* fixes

* remove trailing spaces

* Add back experimental heading for revision tags

* Add revision tag feature

* Address feedback
2021-07-30 12:25:15 -07:00
Istio Automation c1c5970fd8
[master] fix apiVersion for gw install (#10132)
* fix apiVersion for gw install

getting an error for current doc:

```
error: unable to recognize "iop.yaml": no matches for kind "IstioOperator" in version "operator.istio.io/v1alpha1"
```

* update apiversion for istio operator

Co-authored-by: Lin Sun <lin.sun@solo.io>
2021-07-29 02:28:38 -07:00
Shamsher Ansari 41a7b8e554
helm install: create ns separatly for operator (#9592) 2021-07-28 22:45:17 -07:00
AndreaM12345 c8297f13f1
External control plane part 2 test (#10127)
* update for https://github.com/istio/istio.io/issues/10068

* update based on review

* update cleanup

* more cleanup and update doc
2021-07-27 19:24:58 -07:00
John Howard 4954396ffc
Nest subsections under proper header for injection (#10114)
* Nest subsections under proper header for injection

These should be under auto injection, not manual injection

* Update index.md
2021-07-26 07:06:27 -07:00
jacob-delgado 1188c7725c
Samples referenced was in incorrect directory (#10097) 2021-07-21 14:46:59 -07:00
jacob-delgado 40e2ed2602
Update helm upgrade instructions (#10047)
* Update helm instructions for upgrading

Signed-off-by: Jacob Delgado <jacob.delgado@volunteers.acasi.info>

* Fix linter

* Update content/en/docs/setup/upgrade/helm/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/setup/upgrade/helm/index.md

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

* Remove unnecessary sentence

* Update content/en/docs/setup/upgrade/helm/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/setup/upgrade/helm/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Review comments

* Update content/en/docs/setup/upgrade/helm/index.md

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2021-07-13 13:43:06 -07:00
Frank Budinsky c26390c6ff
Update for simplified istiod-remote charts (#9983)
* Update for simplied istiod-remote charts

* regen snips

* correction

* remove arg

* regen

* add service-account arg

* regen
2021-07-13 09:29:20 -07:00
Brian Avery 8f9f335365
Add table of contents test status (#10010) 2021-06-29 09:55:49 -07:00
Steven Landow 6f26c723ec
GKE platform setup: multicluster firewall rule (#9942)
* GKE platform setup: multicluster firewall rule

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

Co-authored-by: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com>

* lint

* periods

Co-authored-by: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com>
2021-06-23 09:31:19 -07:00
ChristinaMak 9b02f2f215
Flag experimental pages with dagger (#9895)
* Flag experimental pages with dagger

* Use dagger symbol in title

* Dagger in navigation titles for experimental status

* Experimental asterisk note

* Asterisk with space

* Spacing between title and asterisk

* Flag experimental and alpha status
2021-06-23 04:46:20 -07:00
imgbot[bot] bd76ebde97
[ImgBot] Optimize images (#9943)
*Total -- 2,044.56kb -> 1,582.58kb (22.6%)

/content/en/blog/2021/revision-tags/tags-updated.png -- 489.73kb -> 320.65kb (34.53%)
/content/en/blog/2021/revision-tags/tags.png -- 488.91kb -> 320.48kb (34.45%)
/content/en/blog/2021/istio-4th-birthday/2.png -- 515.55kb -> 452.62kb (12.21%)
/content/en/blog/2021/istio-4th-birthday/1.png -- 495.38kb -> 436.72kb (11.84%)
/content/en/docs/setup/additional-setup/gateway/shared-gateway.svg -- 10.61kb -> 9.92kb (6.45%)
/content/en/docs/setup/additional-setup/gateway/user-gateway.svg -- 8.66kb -> 8.16kb (5.82%)
/content/en/docs/setup/additional-setup/gateway/canary-upgrade.svg -- 10.74kb -> 10.21kb (4.91%)
/content/en/docs/setup/additional-setup/gateway/inplace-upgrade.svg -- 10.56kb -> 10.05kb (4.84%)
/content/en/docs/setup/additional-setup/gateway/high-level-canary.svg -- 14.43kb -> 13.79kb (4.48%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-06-18 08:25:37 -07:00
Shamsher Ansari 39fe1c0a09
Add warn for namespace (#9936) 2021-06-17 06:56:41 -07:00
Morven Cao 893e4ed281
remove namespce for cluster scope resources. (#9890)
* remove namespce for cluster scope resources.

* make gen.
2021-06-07 12:24:41 -07:00
Frank Budinsky 0bd422fe25
A few gateway install clarifications (#9878) 2021-06-03 13:13:19 -07:00
John Howard d9d45037fc
Add documentation for gateway installation and management (#9706)
* Add documentation for gateway installation and management

* Various improvements

* fix lint

* lint

* Apply suggestions from code review

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

* TOC comments

* fix

* Franks comments

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-06-02 14:08:15 -07:00
Sam Naser e2125096d6
Add doc test for IstioOperator install (#9690)
* Add doc test for IstioOperator install

* Fix

* gen

* Progress

* Another test

* progress

* fix removal logic

* fix again

* swap _verify_contains for _verify_like

* another approach

* remove istio operator ns

* Add coverage to IstioOperator update

* Change logging behavior back

* Remove test indicator from Operator upgrade and installation page
2021-05-27 14:24:42 -07:00