You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,9 +146,9 @@ kubectl describe pod liveness-exec
146
146
147
147
<!--
148
148
At the bottom of the output, there are messages indicating that the liveness
149
-
probes have failed, and the containers have been killed and recreated.
149
+
probes have failed, and the failed containers have been killed and recreated.
150
150
-->
151
-
在输出结果的最下面,有信息显示存活探测器失败了,这个容器被杀死并且被重建了。
151
+
在输出结果的最下面,有信息显示存活探测器失败了,这个失败的容器被杀死并且被重建了。
152
152
153
153
```
154
154
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
@@ -171,9 +171,9 @@ kubectl get pod liveness-exec
171
171
```
172
172
173
173
<!--
174
-
The output shows that `RESTARTS` has been incremented:
174
+
The output shows that `RESTARTS` has been incremented. Note that the `RESTARTS` counter increments as soon as a failed container comes back to the running state:
0 commit comments