* adding Amazon EKS with Istio setup to platform-setup page
* adding Amazon EKS with Istio setup to platform-setup page
* updating the test section of the doc
* adding period at the end of description for the error in test
* adding newline at end of file
* changing the weight to make it ordered alphabetically.
* Remove anyuid instructions for OpenShift
These instructions are no longer needed after these changes https://github.com/istio/istio/pull/45394
* Removed blank line that caused failure
* create single cluster load balancing example& modify keywords
* modify keywords and remove see also section from locality load balancing
* remove single cluster lb page from examples
* create a standalone example for single cluster load balancing
* fix lint
* remove traffic-shifting from keywords
* fix typos
* organize locality-load-balancing page
* delete standalone single-cluster-lb page & add a tip for single-cluster lb
* remove use case description
* add original text back in
* update test file
* fix lint
* rephrase paragraph
* commit suggestion for the tip
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* update test file
* suppress generation of the snips
* move tip to the start of the before-you-begin section
* add step 3 to tell users to deploy istiod and the app to the nodes
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* fix format for the commands
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* move tip before Environment Variables section
* reformat the tip section
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
---------
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
The terminology is bit confusing; before it was not experimental upstream at all -- it was undefined. Now its really experimental, so its not "pending agreement"
* 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>
The regex was @.*@ which will match anything between two @'s, including a command like:
`k3d cluster create --api-port 6550 -p '9080:80@loadbalancer' -p '9443:443@loadbalancer' --agents 2 --k3s-arg '--disable=traefik@server:*'`
The regex should be something that matches valid URL syntaxes.
Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
* 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>