Improve helm doc (#14141)

* improve helm doc

* make gen

* fix lint

* make gen
This commit is contained in:
Xiaopeng Han 2023-11-13 22:30:23 +08:00 committed by GitHub
parent ef6db405d6
commit a2a307c397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -216,15 +216,15 @@ installed above.
If you decide to continue using the old control plane, instead of completing the update,
you can uninstall the newer revision and its tag by first issuing
`helm template istiod istio/istiod -s templates/revision-tags.yaml --set revisionTags={prod-canary} --set revision=canary -n istio-system | kubectl delete -f -`.
You must them uninstall the revision of Istio that it pointed to by following the uninstall procedure above.
You must then uninstall the revision of Istio that it pointed to by following the uninstall procedure above.
If you installed the gateway(s) for this revision using in-place upgrades, you must also reinstall the gateway(s) for the previous revision manually,
Removing the previous revision and its tags will not automatically revert the previously in-place upgraded gateway(s).
If you installed the gateway(s) for this revision using in-place upgrades, you must also reinstall the gateway(s) for the previous revision manually.
Removing the previous revision and its tags will not automatically revert the previously upgraded gateway(s).
### (Optional) Deleting CRDs installed by Istio
Deleting CRDs permanently removes any Istio resources you have created in your
cluster. To permanently delete Istio CRDs installed in your cluster:
Deleting CRDs permanently removes any Istio resources you have created in your cluster.
To delete Istio CRDs installed in your cluster:
{{< text syntax=bash snip_id=delete_crds >}}
$ kubectl get crd -oname | grep --color=never 'istio.io' | xargs kubectl delete