mirror of https://github.com/istio/istio.io.git
correct versions (#9610)
This commit is contained in:
parent
fdc679ab5f
commit
2ce4609fef
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue