[zh]Resync tasks files[11]

This commit is contained in:
caodonghui
2021-05-12 18:00:38 +08:00
parent 6845b647bb
commit e43de9ad16
11 changed files with 104 additions and 75 deletions
@@ -38,7 +38,7 @@ You should already know how to [perform a rolling update on a
### Step 1: Find the DaemonSet revision you want to roll back to
You can skip this step if you just want to roll back to the last revision.
You can skip this step if you only want to roll back to the last revision.
List all revisions of a DaemonSet:
-->
@@ -191,7 +191,7 @@ kubectl edit ds/fluentd-elasticsearch -n kube-system
<!--
##### Updating only the container image
If you just need to update the container image in the DaemonSet template, i.e.
If you only need to update the container image in the DaemonSet template, i.e.
`.spec.template.spec.containers[*].image`, use `kubectl set image`:
--->
##### 只更新容器镜像
@@ -295,10 +295,10 @@ DaemonSet rollout won't progress.
(通常由于拼写错误),就会发生 DaemonSet 滚动更新中断。
<!--
To fix this, just update the DaemonSet template again. New rollout won't be
To fix this, update the DaemonSet template again. New rollout won't be
blocked by previous unhealthy rollouts.
-->
要解决此问题,需再次更新 DaemonSet 模板即可。以前不健康的滚动更新不会阻止新的滚动更新
要解决此问题,需再次更新 DaemonSet 模板。新的滚动更新不会被以前不健康的滚动更新阻止
<!--
#### Clock skew