mirror of https://github.com/istio/istio.io.git
zh-translation:/boilerplates/revision-tags-middle.md (#10664)
* Create revision-tags-middle.md * Update revision-tags-middle.md
This commit is contained in:
parent
5f6b820b9f
commit
2d701ecacd
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
---
|
||||
修订、标签和命名空间之间的结果映射如下所示:
|
||||
|
||||
{{< image width="70%"
|
||||
link="/zh/docs/setup/upgrade/canary/tags.png"
|
||||
caption="Two namespaces pointed to prod-stable and one pointed to prod-canary"
|
||||
>}}
|
||||
|
||||
除了标记的命名空间之外,集群操作员还可以通过以下 `istioctl tag list` 命令查看此映射:
|
||||
|
||||
{{< text bash >}}
|
||||
$ istioctl tag list
|
||||
TAG REVISION NAMESPACES
|
||||
prod-canary 1-10-0 ...
|
||||
prod-stable 1-9-5 ...
|
||||
{{< /text >}}
|
||||
|
||||
当集群 operator 对标记为 `prod-canary` 的控制面、命名空间的稳定性感到满意后,
|
||||
`istio.io/rev=prod-stable` 可以通过修改 `prod-stable` 修订标记来更新,
|
||||
以指向更新的 `1-10-0` 修订版本。
|
Loading…
Reference in New Issue