修复翻译问题

原文:https://kubernetes.io/zh/docs/concepts/workloads/controllers/deployment/#pausing-and-resuming-a-deployment
> This will allow you to apply multiple fixes in between pausing and resuming without triggering unnecessary rollouts.
这里的多次应该是指的修复操作而不是多次暂停和恢复
pull/372/head
wgjak47 2019-07-24 23:11:15 +08:00 committed by GitHub
parent 5df8ff6d5c
commit c62b120a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ nginx-deployment-618515232 11 11 11 7m
## 暂停和恢复Deployment
您可以在发出一次或多次更新前暂停一个 Deployment然后再恢复它。这样您就能多次暂停和恢复 Deployment在此期间进行一些修复工作,而不会发出不必要的 rollout。
您可以在发出一次或多次更新前暂停一个 Deployment然后再恢复它。这样您就能在Deployment暂停期间进行多次修复工作,而不会发出不必要的 rollout。
例如使用刚刚创建 Deployment