mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
replace REASON column with STATUS in kubectl output in examples/
This commit is contained in:
@@ -50,7 +50,7 @@ You can report the running pods, [replication controllers](../../docs/replicatio
|
||||
```
|
||||
$ make get
|
||||
../../cluster/kubectl.sh get pods
|
||||
NAME READY REASON RESTARTS AGE
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
elasticsearch-logging-v1-gzknt 1/1 Running 0 11m
|
||||
elasticsearch-logging-v1-swgzc 1/1 Running 0 11m
|
||||
fluentd-elasticsearch-kubernetes-minion-1rtv 1/1 Running 0 11m
|
||||
|
Reference in New Issue
Block a user