Fix dns readme (kubectl output: REASON -> STATUS)

This commit is contained in:
Marko Bonaći 2016-01-04 23:47:04 +01:00
parent 6bb728f1b8
commit 5cbd461442

View File

@ -144,7 +144,7 @@ kubectl get pods busybox
You should see: You should see:
``` ```
NAME READY REASON RESTARTS AGE NAME READY STATUS RESTARTS AGE
busybox 1/1 Running 0 <some-time> busybox 1/1 Running 0 <some-time>
``` ```