* 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>
* add doc for third party ingress
* fix mermaid maybe
* Fix spell checker
* na
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
---------
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* single network services/endpoints can not have duplicate address
* Update content/en/docs/ops/deployment/deployment-models/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
---------
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* [WIP] add doc tests for ambient getting started guide
Signed-off-by: Faseela K <faseela.k@est.tech>
* fix cleanup
Signed-off-by: Faseela K <faseela.k@est.tech>
* fix test
Signed-off-by: Faseela K <faseela.k@est.tech>
---------
Signed-off-by: Faseela K <faseela.k@est.tech>
* Update feature status for Experimental/Alpha
Based off of the feature status in features.yaml, update the
corresponding doc page.
Update navigation_level.html to only flag Experimental and Alpha
features with an asterisk '*', rather than all docs with _any_ status
set.
Add new 'alpha.md' boilerplate, similar to 'experimental.md', with a
link to https://github.com/istio/community/blob/master/FEATURE-LIFECYCLE.md
Add either 'boilerplate alpha' or 'boilerplate experimental' to all
pages which have Alpha or Experimental status set.
Tidy up pages which already had
'boilerplate experimental-feature-warning' and be consistent with
'boilerplate experimental'
Update tasks/observability/distributed-tracing/mesh-and-proxy-config
status from 'Beta/Experimental' to 'Beta', to match what's in
features.yaml (all others only have a single value here)
* Add content/zh/boilerplates/alpha.md
* Update content/en/boilerplates/alpha.md
Suggested change
Co-authored-by: Faseela K <k.faseela@gmail.com>
* Update the zh 'alpha' boilerplate to match
---------
Co-authored-by: Faseela K <k.faseela@gmail.com>
* Update Istio/SPIRE integration demo to use SPIRE Controller
Manager instead of k8s workload registration.
Signed-off-by: jaellio <jaellio@microsoft.com>
* Adds test for automatic workload registration via the SPIRE
controller manager. During cleanup, removes generated istio.yaml
and chaim.pem files. Updates label to
spiffe.io/spire-managed-identity.
Signed-off-by: jaellio <jaellio@microsoft.com>
* Adds missing newline
Signed-off-by: jaellio <jaellio@microsoft.com>
* Fix spelling error
Signed-off-by: jaellio <jaellio@microsoft.com>
* Add missing ns flag on role and rolebinding resource commands
Signed-off-by: jaellio <jaellio@microsoft.com>
* Delete sleep resources and uninstall before SPIRE
Signed-off-by: jaellio <jaellio@microsoft.com>
* Reconfigures demo so istio install is not expected to fail.
Created ClusterSPIFFEID before install istio. Previously install
would fail because the ingress gateway wasn't registered/
Signed-off-by: jaellio <jaellio@microsoft.com>
* Remove references to v1.14 and update required version to 1.14+
Signed-off-by: jaellio <jaellio@microsoft.com>
* Fix lint errors
Signed-off-by: jaellio <jaellio@microsoft.com>
---------
Signed-off-by: jaellio <jaellio@microsoft.com>
* Gloss refs and other small improvemetents in ambient docs
* Update content/en/docs/ops/ambient/architecture/index.md
Co-authored-by: John Howard <howardjohn@google.com>
---------
Co-authored-by: John Howard <howardjohn@google.com>
* Make ambient warning more extreme
* Update content/en/docs/ops/ambient/getting-started/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
---------
Co-authored-by: Lin Sun <lin.sun@solo.io>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* ambient: add traffic routing docs
This fills in part of the architecture doc for ambient.
Note this is intentionally low-level. This attempts to mirror
https://istio.io/latest/docs/ops/configuration/traffic-management/traffic-routing/
but for ambient.
* Address Frank's comments
* Update content/en/docs/ops/ambient/architecture/index.md
Co-authored-by: Lin Sun <lin.sun@solo.io>
* Update content/en/docs/ops/ambient/architecture/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
---------
Co-authored-by: Lin Sun <lin.sun@solo.io>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* doc-global-downstream-max-conn-helm
* Add instructions to set global_downstream_max_connections with Helm
* Fix https://github.com/istio/istio/issues/37443
* Fix linting errors
* Address comments
* Remove global_downstream_max_connections from .spelling and add backticks where missing
* Simplify instructions on how to set global_downstream_max_connections
* 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
* Termporarily remove the Performance page from the website
* Update preformance links to point to doc's relese version or latest existing page.
* Fixup another link
* Add more context
* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* As per discuss in https://github.com/istio/istio/pull/42962#issuecomment-1402236303
* Lint fix
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* fix: envoy statistics config documentation
* chore: make gen
* feat: sync from istio/api
* Update content/zh/docs/ops/configuration/telemetry/envoy-stats/index.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
Co-authored-by: Michael <haifeng.yao@daocloud.io>