Correct alignment in kubectl get pods dnsutils

This commit is contained in:
Krapp 2024-05-22 14:28:37 -03:00 committed by GitHub
parent f541eb911c
commit 022af4767a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ pod/dnsutils created
kubectl get pods dnsutils
```
```
NAME READY STATUS RESTARTS AGE
NAME READY STATUS RESTARTS AGE
dnsutils 1/1 Running 0 <some-time>
```