some inaccurate translation in pod-lifecycle part

pull/256/head
felix0913 2018-08-03 22:56:22 +08:00
parent 69bb50e759
commit 0ddf8fc1fa
1 changed files with 2 additions and 2 deletions

View File

@ -127,14 +127,14 @@ spec:
- Always重启容器Pod `phase` 仍为 Running。
- OnFailure重启容器Pod `phase` 仍为 Running。
- NeverPod `phase` 变成 Failed。
- Pod 中有两个容器并且正在运行。有一个容器退出失败。
- Pod 中有两个容器并且正在运行。容器1退出失败。
- 记录失败事件。
- 如果 restartPolicy 为:
- Always重启容器Pod `phase` 仍为 Running。
- OnFailure重启容器Pod `phase` 仍为 Running。
- Never不重启容器Pod `phase` 仍为 Running。
- 如果有一个容器没有处于运行状态,并且两个容器退出:
- 如果有容器1没有处于运行状态,并且容器2退出:
- 记录失败事件。
- 如果 `restartPolicy` 为:
- Always重启容器Pod `phase` 仍为 Running。