* Use IP_FAMILIES env for docs test
Signed-off-by: Faseela K <faseela.k@est.tech>
* fix helm install failure
Signed-off-by: Faseela K <faseela.k@est.tech>
---------
Signed-off-by: Faseela K <faseela.k@est.tech>
* update node image
Signed-off-by: Faseela K <faseela.k@est.tech>
* lint
Signed-off-by: Faseela K <faseela.k@est.tech>
* update default config yaml
Signed-off-by: Faseela K <faseela.k@est.tech>
* Point go.mod to master instead of 1.24
* others too
---------
Signed-off-by: Faseela K <faseela.k@est.tech>
Co-authored-by: John Howard <john.howard@solo.io>
* add skip-cleanup for prow test script
This helps in running multi cluster tests locally
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>
* Expand Ambient Canary Upgrade Instructions
* Add Tests for upgrade snips
* Fix variable substitution
* Fix lint errors
* fix formatting of exports
* Fix comment format
* respond to pr feedback
* correct test name, pr feedback
* fix test failure
* remove unnecessary testing
* remove ref to old test
* carry env var forward into cleanup
* rename tag to mytag
* explicity set mytag
* update prow for 130, log better on errors
* add kubeconfig to devcontainer
* wait for new istiod readiness
* set profile ambient on new control plane
* add script changes to doc
* explicitly set tagname, as env vars don't carry over to cleanup
* revert debugging changes
* add glosses
* fix lint
* implement pr feedback
* fix ztunnel recommendation
* Apply suggestions from code review
Co-authored-by: Eric Van Norman <10537847+ericvn@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Craig Box <craig.box@gmail.com>
* fix snips
* fix absolute link
* fix whitespace
* add Lins suggestion
* fix snip name
---------
Co-authored-by: Eric Van Norman <10537847+ericvn@users.noreply.github.com>
Co-authored-by: Craig Box <craig.box@gmail.com>
* test framework enhancement for multicluster doc test
* simplify multicluster test framework with setup=multicluster directive
* restore documentation comment
* run tests with new kind setup script
* kind_provisioner fixup for ipv6 and some refactoring
* simplify setup for multicluster/single-cluster doc test with kind_provisioner
* define environment variables required by provisioner
* sync common files
* Update test framework to use 1.6.0-beta.0
* Go back to copies from env var
* Add more test targets, fix mtls test (new PA added)
* Update to use Istio SHA from go.mod (convert to long SHA)
* Try and remove TAG from prow
* Debug TAG not being set
* Fix paralization issue
* Remove some extra output
* Review comments