Commit Graph

636 Commits

Author SHA1 Message Date
Eric Van Norman af9705dd17 advance master to release-1.19 2023-06-07 14:31:17 +00:00
Patrik Jonsson 58df626f84
Fixing spelling error in the documentation regarding upgrades (#13200)
Upgarding -> Upgrading
2023-05-16 06:22:13 -07:00
Arka Bhattacharya 95b467a2cc
Link redirection edited (#13197) 2023-05-16 00:22:13 -07:00
Jackie Elliott da58f42dec
fix(): add missing cleanup instructions (#13076)
* fix(): add missing cleanup instructions

Part of #11720

Signed-off-by: jaellio <jaellio@microsoft.com>

* Remove unecessary uninstalls

Signed-off-by: jaellio <jaellio@microsoft.com>

---------

Signed-off-by: jaellio <jaellio@microsoft.com>
2023-05-10 11:46:35 -07:00
Bilal 01cc0950f1
Update index.md (#13156)
changed the dead link with a new link. the link goes to the right path.
2023-05-03 04:15:00 -07:00
Phill Gibson b3926d2c7c
update azure platform setup (#13133)
* update azure platform setup

* fixed lint test errors
2023-04-29 17:59:32 -07:00
Jonh Wendell 652f1caa0c
OpenShift: Remove NetworkAttachmentDefinition section (#13054)
It's no longer required after https://github.com/istio/istio/pull/44392
2023-04-28 14:23:31 -07:00
Ravi Verma 9b0315deba
multi-cluster with multi-network setup flow fix (#13081)
* multi-cluster with multi-network setup flow fix

* Updated test case to align with document
2023-04-26 06:12:28 -07:00
SRodi f05de6727c
canary-doc-dynamic-versions (#13110)
* use dynamic versions for canary upgrade docs
* update boilerplates md files
* update canary and helm upgrade tests/docs accordingly
* update diagrams
* update static referenced versions to newer versions
2023-04-25 14:31:28 -07:00
SRodi dd4f01fa26
Create generic args.md with common args consumed by test scripts (#13087)
* generic-args-md

* create generic boilerplates/args.md
* include gw_api_version, full_version, previous_version
* update install/operator/test.sh to source and use new vars
* update test/util/gateway-api.sh to source and use new gw var
* remove gateway-api-version.md
* relates to #13085

* fix linting fail for args.md

* remove sed command for revision string, use param expansion
2023-04-21 08:59:23 -07:00
SRodi 2ed61a7cae
Enable tests and remove hardcoded versions for operator install doc (#13050)
* Enable tests for operator install

* install-operator-tests

* update snip_id
* set snip_id=none for non-tested snips
* add test scenarios for helm,watchns,install istio,update
* use functions for better readability
* add newline at the end

* install-operator-tests

* add tests for inplace and canary upgrade
* update version 1.8.1 and 1.9.0 to 1.17.1 and 1.17.2 in docs
* disable snip remove_operator failing lint/test

* install-operator-tests

* remove all hardcoded versions in operator install doc
* add istio_previous_version and full/previous revision to snip.py
* adjust test.sh accordingly

* install-operator-tests

* add shorcodes for revision versions

* install-operator-tests

* fix canary upgrade (upgrade from previous to full version)

* install-operator-tests

* fix reference to full_version in canary upgrade

* install-operator-tests

* fix slightly off format

* install-operator-tests

* disable test for upgrade with helm tip
* add instructions to doc for canary upgrade prep
* update test.sh and snips.sh accordingly

* install-operator-tests

* fix profile on upgrade, use default
2023-04-20 07:11:18 -07:00
Kalya Subramanian b71cbafd97
Add Istio PSA documentation (#12975)
* Update Istio dependency

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>

* Add Istio PSA documentation

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>

---------

Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
2023-04-17 11:37:54 -07:00
zirain d093b49542
update istio.io/istio (#13040)
* update istio.io/istio

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 56faa0e2a51e

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 8d17b8f2d970

---------

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2023-04-11 11:17:01 -07:00
Frank Budinsky 18e2058d81
Fix snippet generator to not include html id in snip id (#12988)
* Fix snippet generator to not include html id in snip id

* verify failure
2023-04-03 13:20:34 -07:00
Kalya Subramanian c3456a4618
Add istioctl command for CNI install (#12970)
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
2023-03-30 14:09:54 -07:00
Frank Budinsky b64832ac53
gateway-api: future proof gateway address (#12961)
* gateway-api: future proof gateway address

* regen
2023-03-28 14:28:39 -07:00
Frank Budinsky 0d65b3888d
gateway-api: change wait ready to wait programmed (#12937) 2023-03-24 12:12:01 -07:00
John Howard 55bb838ac4
gateway: run as non-root in example (#12894)
Before the Deployment was kept as minimal as possible. This is mostly
good, because users can set any Deployment settings and things work.
However, running as non-root is a bit quirky, and very very strongly
recommended, so I think its worth calling out here.

This is one of the #1 sources of confusion we get.
2023-03-14 10:03:24 -07:00
Faseela K eb66054495
remove explicit istio-injection labeling on ns for ingress-gateway (#12785)
* remove explicit istio-injection labeling on ns for ingress-gateway

The gateway deployment already has the annotation "sidecar.istio.io/inject=true"

Signed-off-by: Faseela K <faseela.k@est.tech>

* fix lint

Signed-off-by: Faseela K <faseela.k@est.tech>

* fix lint

Signed-off-by: Faseela K <faseela.k@est.tech>

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-02-26 08:09:47 -08:00
Frank Budinsky 6097093431
Configure mulitcluster network for external control plane (#12778) 2023-02-24 09:07:56 -08:00
Faseela K a9f1e30fbf
Modify k3d docs (#12658)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-02-15 09:46:50 -08:00
Eric Van Norman fefe6d2bd3
advance master to release-1.18 (#12665)
* build an archive of v1.16 in master

* update data/versions.yml and archive index page

* advance master to release-1.18

* Fix lint by moving back to older files - Note automated job will fail lint.

* Temporarily disable the istioctl-analyze test
2023-02-14 21:05:49 -08:00
John Howard 99fc3e2ac2
gateway api: ignore error on install CRDs (#12661)
* gateway api: ignore error on install CRDs

The *expected* result is an error, so ignore it.,

* snips

* Update rest
2023-02-14 09:32:41 -08:00
demotascha c3b631ce9a
docs: Add k3d platform setup (#12642)
* Add k3d platform

* Add a blank line and fix title

* fix words

* fixed broken links

* move to the bottom

* fixed owner

* fixed url

* fix `spelling errors`

* Update title and description

* Update Page weight

* Fixed `to lowercase`
2023-02-14 00:05:41 -08:00
Frank Budinsky 005b9da62e
Move docs to Gateway API v0.6.1 (#12649)
* Move docs to Gateway API v0.6.1

* regen

* regen again

* make clean
2023-02-13 10:54:41 -08:00
Faseela K adfbceaf6e
Update Helm install feature status in FAQ (#12628)
* update Helm install to Beta

Signed-off-by: Faseela K <faseela.k@est.tech>

* update page description

Signed-off-by: Faseela K <faseela.k@est.tech>

* Change upgrade description for Helm

Signed-off-by: Faseela K <faseela.k@est.tech>

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-02-13 06:40:48 -08:00
Eric Van Norman f8dc7ca0b2
Minikube setup updates (#12627) 2023-02-13 06:27:56 -08:00
Eric Van Norman fb3a4c9701
Minor tweaks to the DOcker Desktop page (#12626) 2023-02-13 06:27:48 -08:00
Michael c03731c31c
Fix a typo about login and log in (#12611)
* Fix a typo about login and log in

* apply comments from ericvn
2023-02-08 19:24:07 -08:00
Eric Van Norman 510f278525
Update lint checker configuration. (#12602)
* Update lint checker configuration.

* Uses mdl.rb in the root

* Fix trailing lines

* Reset mdl.rb

* Fix for adding an empty line
2023-02-07 13:18:34 -08:00
Faseela K ad9acda712
Clarify gateway canary upgrade (#12570)
* Clarify gateway canary upgrade

Signed-off-by: Faseela K <faseela.k@est.tech>

* Apply suggestions from code review

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

* Update index.md

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-02-02 08:27:50 -08:00
Faseela K 1e43af3c77
Remove experimental from stable revisions title (#12565)
Signed-off-by: Faseela K <faseela.k@est.tech>
2023-01-31 10:37:24 -08:00
Faseela K 5dd09b8993
Update revision tag diagrams (#12538)
* update revision tag diagrams

Signed-off-by: Faseela K <faseela.k@est.tech>

* adjust image width

Signed-off-by: Faseela K <faseela.k@est.tech>

* delete older tag diagrams

Signed-off-by: Faseela K <faseela.k@est.tech>

---------

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-01-30 11:48:07 -08:00
Faseela K 87f6b9f5ec
Enhance docs for revision tags and add tests (#12496)
* Enhance docs for revision tags and add tests

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix test failures

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix lint failure

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix test failures

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix cleanup test failures

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix cleanup for canary upgrade tests

Signed-off-by: Faseela K <faseela.k@est.tech>

* add profile none

Signed-off-by: Faseela K <faseela.k@est.tech>

* review comments

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

* make gen

Signed-off-by: Faseela K <faseela.k@est.tech>

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2023-01-25 11:09:21 -08:00
Eric Van Norman 93ea5bb3ae
Update values so istioctl x wait works (#12508)
* Update values so istioctl x wait works

* Remove extra values

* Update all snippet instances of `istio install` for wait_for_istio

* Fix value
2023-01-24 15:46:18 -08:00
Faseela K 2caec357df
Enhance helm documentation (#12476)
* Enhance helm documentation

Signed-off-by: Faseela K <faseela.k@est.tech>

* review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* fix tests

Signed-off-by: Faseela K <faseela.k@est.tech>

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-01-23 07:46:43 -08:00
Faseela K fec164eacc
Stable Revisions feature is Alpha (#12485)
Signed-off-by: Faseela K <faseela.k@est.tech>

Signed-off-by: Faseela K <faseela.k@est.tech>
2023-01-19 07:06:13 -08:00
Frank Budinsky 954fcfe8b9
Remote cluster get crds also needs context arg (#12477)
* Fix remote cluster install crds one more time

* tweak format
2023-01-17 10:53:21 -08:00
Frank Budinsky 08a22043fc
Add missing context argument when installing crds (#12473) 2023-01-16 23:08:30 -08:00
Frank Budinsky b4ec649054
Add gateway api instructions to external control plane doc (#12463)
* Add gateway api instructions to external control plane doc

* regen and lint

* fix test

* more test fixes
2023-01-16 08:45:30 -08:00
Frank Budinsky 97c901688a
Improve see-also references for gateway api (#12459) 2023-01-15 21:38:29 -08:00
Frank Budinsky 4ee5ef177d
Fix text boxes not displaying quite right (#12451) 2023-01-12 08:54:14 -08:00
Faseela K 874ccc7c3f
Doc: multiple control planes using revisions and discoverySelectors (#12415)
* Doc for installing multiple control planes using revisions and discoverySelectors

Signed-off-by: Faseela K <faseela.k@est.tech>

* make gen

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix test

Signed-off-by: Faseela K <faseela.k@est.tech>

* enable peer-auth

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix test

Signed-off-by: Faseela K <faseela.k@est.tech>

* Review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* More review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* Additional review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* Review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* Apply suggestions from code review

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

* Remove duplicates that came from commit suggestion

* Rerun make gen

Signed-off-by: Faseela K <faseela.k@est.tech>

Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2023-01-12 06:21:14 -08:00
Istio Automation 567e3622af
Automator: update istio@ test reference (#12417) 2023-01-04 07:30:34 -08:00
Michael 99022eeffd
Add a bullet symbol in /additional-setup/cni/ (#12426) 2023-01-02 08:34:33 -08:00
Michael 9de619e1fe
Replace setup with set up if it's a verb (#12419) 2022-12-29 17:02:30 -08:00
Istio Automation 05ea04b4e3
fix: pods dont have label istio.io/rev (#12397)
Co-authored-by: j2gg0s <j2gg0s@gmail.com>
2022-12-19 08:42:20 -08:00
Michael 41dc2e30f7
Fix typo and layout in /setup/additional-setup/cni/ (#12376) 2022-12-15 06:47:08 -08:00
vasu1124 3a0971d2c3
Update Gardener docu (#12326)
Fix linting issues
./en/docs/setup/platform-setup/gardener/index.md:15: MD009 Trailing spaces
./en/docs/setup/platform-setup/gardener/index.md:72: MD009 Trailing spaces
Fix linter identified typos
19 | ternatively, [23 Technologies GmbH](https://23technologies.cloud
       19 | managed Gardener service that conviniently works with all supported clou
       19 | and comes with a free trial: [Okeanos](https://okeanos.dev/). Simil
       19 | ACKIT](https://stackit.de/), [B'Nerd](https://bnerd.com/), [MetalS
       19 | B'Nerd](https://bnerd.com/), [MetalStack](https://metalstack.cloud/),
       21 | log/2018/05/17/gardener/) on [kubernetes.io](https://kubernetes.io/blog).

resolve with recommendations from istio team

incorporate feedback from @ericvn and cleanup
2022-12-09 09:42:04 -08:00
Eric Van Norman 94d90787ff
Update istio test reference (#12330)
* Update istio test reference

* Update to allow modifiers for gateway api

* go mod tidy after `make clean`
2022-12-07 08:21:12 -08:00