correct versions (#9610)

This commit is contained in:
Lin Sun 2021-04-26 12:07:40 -04:00 committed by GitHub
parent fdc679ab5f
commit 2ce4609fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ Manually relabeling namespaces when moving them to a new revision can be tedious
Consider a cluster with two revisions installed, `1-7-6` and `1-8-0`. The cluster operator creates a revision tag `prod`, pointed at the older, stable `1-7-6` version, and a revision tag `canary` pointed at the newer `1-8-0` revision. That state could be reached via these commands:
{{< text bash >}}
$ istioctl x revision tag set canary --revision 1-7-6
$ istioctl x revision tag set prod --revision 1-8-0
$ istioctl x revision tag set prod --revision 1-7-6
$ istioctl x revision tag set canary --revision 1-8-0
{{< /text >}}
{{< image width="40%"