Skip to content

Commit 9249e6f

Browse files
authored
Merge pull request #46498 from KrappRamiro/patch-1
Correct alignment in kubectl get pods dnsutils
2 parents 005a562 + 022af47 commit 9249e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pod/dnsutils created
4545
kubectl get pods dnsutils
4646
```
4747
```
48-
NAME READY STATUS RESTARTS AGE
48+
NAME READY STATUS RESTARTS AGE
4949
dnsutils 1/1 Running 0 <some-time>
5050
```
5151

0 commit comments

Comments
 (0)