* Update documentation for ExternalName in 1.21
* Apply suggestions from code review
Co-authored-by: Faseela K <k.faseela@gmail.com>
* Apply suggestions from code review
Co-authored-by: Ian Rudie <ilrudie@gmail.com>
Co-authored-by: Faseela K <k.faseela@gmail.com>
---------
Co-authored-by: Faseela K <k.faseela@gmail.com>
Co-authored-by: Ian Rudie <ilrudie@gmail.com>
* Add helm installation guide to ambient
* fix lint
* fix lint
* fix lint again
* fix lint again
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* revise based on comments and ambient values
* make commands consistent
* try text import with lint
* revise to link to files
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
* add prerequisite
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/ops/ambient/helm-installation/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* add verifying with sample, and uninstall parts
* fix lint
* fix lint
* add snips
* add tests
* try to fix lint...
* change test order
* try deploy cni to istio-system to pass test
* revise based on dhawton's comments
* lint
* try verify after installation
* revise test again
* make gen
* lint
* revise revision section back
* move directory
* make gen
* revise test order
* fix tests
* fix lint
* update test
* Update content/en/docs/ops/ambient/usage/helm-installation/index.md
Co-authored-by: Faseela K <k.faseela@gmail.com>
* Update content/en/docs/ops/ambient/usage/helm-installation/index.md
Co-authored-by: Faseela K <k.faseela@gmail.com>
* revise based on comments
* make gen
* fix lint
* Update content/en/docs/ops/ambient/install/helm-installation/index.md
Co-authored-by: Faseela K <k.faseela@gmail.com>
* Update index.md
* make gen
---------
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Faseela K <k.faseela@gmail.com>
* istio 1.20 performance result
* istio 1.20 performance result
* istio 1.20 performance result
* istio 1.20 performance result
* istio 1.20 performance result
* istio 1.20 performance result
* added caption to perf test graphs
* removed extra lines in file
* added newline at end of file
* Update istio test reference to latest commit and fix tests
* Move back two commits since some didn't have releases built
* Run go mod tidy after make clean
* Try removing metallb
* Don't remove the metallb validatingwebhookconfigurations
* Redo egress-control test to no use istio-state
* Update istio test reference to contain operator fix and revert test change
* Disable jwt-route test temporarily waiting on Envoy fix
* Upadte istio/api
* Replace uninstall
* revert chmod
* docs: update to use PROXY config
Signed-off-by: Kuat Yessenov <kuat@google.com>
* gen
Signed-off-by: Kuat Yessenov <kuat@google.com>
* review
Signed-off-by: Kuat Yessenov <kuat@google.com>
---------
Signed-off-by: Kuat Yessenov <kuat@google.com>
* Added a warning in the ambient getting started guide
This commit adds a warning for users using the gateway
API with kind and ambient.
Signed-off-by: leon <leon.nunes@solo.io>
* Added a section to install MetalLB in kind
Signed-off-by: leon <leon.nunes@solo.io>
* Updated docs as per suggestions.
* Fixed Lint errors
Signed-off-by: leon <leon.nunes@solo.io>
* Fixed spelling mistakes and reverted case of kind
Signed-off-by: leon <leon.nunes@solo.io>
* Added a - as per suggestion
Signed-off-by: leon <leon.nunes@solo.io>
* Reverted the tab spacing
Signed-off-by: leon <leon.nunes@solo.io>
* Changed warning to tip
Signed-off-by: leon <leon.nunes@solo.io>
---------
Signed-off-by: leon <leon.nunes@solo.io>
* Update istio test ref to 1.20.0-rc.0
* Remove added toolchain line
* Run make gen
* Update to set ENABLE_EXTERNAL_NAME_ALIAS to false (default) for testing
* Move gateway tcp-traffic shifting to demo
* Change gateway tcp-traffic shifting to not remove istio in demo...
* Change gateway tcp-traffic shifting to remove istiooperator in demo...
* Update to latest 1.20 commit
* Change to be a minimal test
* Update application labeling guidance
Fixes https://github.com/istio/istio/issues/10724
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
---------
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update ambient install command to fix error from zsh
Error I hit when install ambient:
```
istioctl manifest generate --set profile=ambient --set components.ingressGateways[0].enabled=true --set components.ingressGateways[0].name=istio-ingressgateway
zsh: no matches found: components.ingressGateways[0].enabled=true
```
Thx to @howardjohn for pointing out missing quotes around special chars.
* update snips
* Update istio test ref, do not strip sha from gateway version
* Rework sha, remove code to update gateway-api automatically
* Update Makefile to use full sha
* Some minor tweaks
* Some minor tweaks
* Move sha logic to a bash script
* Remove extraneous expected line in dns-proxy test
* fix tab/space
* Update to latest istio commit. Also use rc for gateway-api.
* Fix Makefile update-gateway-version
* Update istio to 1.19.0-rc1
* Remove wasm from envoy test
* Update gateway-api to rc-2.
* Revert gateway-api t0 0.7.1
* Update samples for core group
* Revert gateway-api to rc.1 to match istio repo
* Add reference to a page with more details.
* Update content/en/docs/ops/deployment/requirements/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
---------
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update istio test reference
* Run make gen
* Fix ambient test ztunnel node selector
* try replacing niode selector with wildcard
* More test changes
* remove wildcarding on node
* Add new output line
* Re-enable processing of gateway-api version in `make gen`
* Update gateway-api to be the publicly released base version
* remove script and add awk in Makefile
* rebase and make gen
* Bump gateway api version used in examples
* Use gateway version var
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
---------
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
* Change Istio Classic terminology to Istio APIs
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
* Fix stutter
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
* Change back parallel structure formation
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
---------
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>