Skip to content

Commit 21f7948

Browse files
Update wordings for RESTART counter
Co-authored-by: Rishit Dagli <[email protected]>
1 parent 558bd9c commit 21f7948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Wait another 30 seconds, and verify that the container has been restarted:
117117
kubectl get pod liveness-exec
118118
```
119119

120-
The output shows that `RESTARTS` has been incremented. Note that the `RESTARTS` counter increments as soon as a failed container in a restarts :
120+
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:
121121

122122
```
123123
NAME READY STATUS RESTARTS AGE

0 commit comments

Comments
 (0)