Skip to content

Commit ddf8d77

Browse files
authored
Fix column alignment in debug-service.md
Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
1 parent 1f3478e commit ddf8d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug-application-cluster/debug-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Earlier you saw that the Pods were running. You can re-check that:
421421
kubectl get pods -l app=hostnames
422422
```
423423
```none
424-
NAME READY STATUS RESTARTS AGE
424+
NAME READY STATUS RESTARTS AGE
425425
hostnames-632524106-bbpiw 1/1 Running 0 1h
426426
hostnames-632524106-ly40y 1/1 Running 0 1h
427427
hostnames-632524106-tlaok 1/1 Running 0 1h

0 commit comments

Comments
 (0)