* Fixup istio-cni upgrade warning
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Link
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
---------
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fix revision in uninstall previous control plane
The upgrade document uses references to both OLD_REVISION as well
as REVISION, but in the "Uninstall the previous control plane" section
instead of using "OLD_REVISION", it uses "REVISION". This PR fixes it.
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
* Include revision as well in cleanup
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
* Use snip_delete_old_revision methods
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
---------
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
* Add back inplace Helm upgrade as a tabs
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Update content/en/docs/ambient/upgrade/helm/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Fixup
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Wording nits
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Old wording is better here
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
---------
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* (testing CI with latest)
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* also bump gateway ref
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* This is really hard for me, but the teapot must go
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Always use *published* release tags for gateway API.
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fix snips
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* fix go mod?
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fixup SE
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Headers come back as JSON now
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Some more header fixes
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* More fixes
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fixup
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Le sigh
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Another `httpbin` difference
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Another stray header
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* More twiddles
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Indents, other headers
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fix
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Hmm
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fixup
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Gen
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Just do this to avoid weird fragility
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fixup docs in light of https://github.com/istio/istio/pull/53318
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* fixup
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* lints
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* genfix
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* underscores
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fixup
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Fixup again
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Oh
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Go ahead and do this for now, it's simpler
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* sumfix
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Forgot to use the smarter form
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Do this centrally, to catch leftovers (we don't cleanup CRDs)
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* lint
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Satisfy shellcheck
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Stray ref
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* Ah geez
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
---------
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
* first draft of istioctl docs
* Apply suggestions from code review
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* fix one broken link
* Add tests & change sort order
* sigh, forgot this one
* fix test
* fix test
* make gen
* move and improve Helm installation docs
* fix tests & gencheck
* fix moar tests
* fix fix moar tests
* fix fix fix moar tests
* Switch order of cleanup
* add cascade=foreground to measure impact on tests
* lint really cares about blank lines
* Fixes from Ben's code review
* changing headers means changing tests.. wish we enforced snip_ids
---------
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* 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>
* Big big refactor.
* layer on some numbers
* add changes from #15008
* Fix lint errors
* two steps forward, one step back with linting
* heading level
* Update content/en/docs/ambient/usage/add-workloads/index.md
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
* Apply some fixes from code review
* Some clarity fixes
* a space really messes up a lint
* Personally I think trailing spaces are just fine
* move waypoint table
* sigh
---------
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
* move ambient to top level
* make snips
* update version and make snips
* format
* fix lint
* more lint
* more lint
* Update content/en/blog/2023/ambient-merged-istio-main/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/install/_index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/upgrade/_index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/upgrade/helm-upgrade/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/usage/ztunnel/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/setup/additional-setup/config-profiles/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
---------
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>