Update wordings for RESTART counter

Co-authored-by: Rishit Dagli <rishit.dagli@gmail.com>
pull/35079/head
Akanksha kumari 2022-07-19 12:46:54 +05:30 committed by GitHub
parent 558bd9c014
commit 21f7948574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Wait another 30 seconds, and verify that the container has been restarted:
kubectl get pod liveness-exec
```
The output shows that `RESTARTS` has been incremented. Note that the `RESTARTS` counter increments as soon as a failed container in a restarts :
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:
```
NAME READY STATUS RESTARTS AGE