add zh pages

This commit is contained in:
Karen Bradshaw
2020-06-01 09:23:39 -04:00
parent 21fd0a12f9
commit 4b35d4d401
303 changed files with 2764 additions and 2439 deletions
@@ -2,25 +2,26 @@
approvers:
- janetkuo
title: 对 DaemonSet 执行回滚
content_template: templates/task
content_type: task
---
{{% capture overview %}}
<!-- overview -->
本文展示了如何对 DaemonSet 执行回滚。
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
* DaemonSet 滚动升级历史和 DaemonSet 回滚特性仅在 Kubernetes 1.7 及以后版本的 `kubectl` 中支持。
* 确保您了解如何 [对 DaemonSet 执行滚动升级](/docs/tasks/manage-daemon/update-daemon-set/)。
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
## 对 DaemonSet 执行回滚
@@ -98,10 +99,10 @@ kubectl rollout status ds/<daemonset-name>
daemonset "<daemonset-name>" successfully rolled out
```
{{% /capture %}}
{{% capture discussion %}}
<!-- discussion -->
## 理解 DaemonSet 版本
@@ -134,6 +135,6 @@ NAME CONTROLLER REVISION AGE
* 查看 [DaemonSet 滚动升级故障排除](/docs/tasks/manage-daemon/update-daemon-set/#troubleshooting)。
{{% /capture %}}