Skip to content

Commit

Permalink
Fix column alignment in debug-service.md
Browse files Browse the repository at this point in the history
Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
  • Loading branch information
jacksgt authored Feb 10, 2021
1 parent 1f3478e commit ddf8d77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Earlier you saw that the Pods were running. You can re-check that:
kubectl get pods -l app=hostnames
```
```none
NAME READY STATUS RESTARTS AGE
NAME READY STATUS RESTARTS AGE
hostnames-632524106-bbpiw 1/1 Running 0 1h
hostnames-632524106-ly40y 1/1 Running 0 1h
hostnames-632524106-tlaok 1/1 Running 0 1h
Expand Down

0 comments on commit ddf8d77

Please sign in to comment.