fix the command output

fix the command output
This commit is contained in:
chenhuan12
2017-09-05 11:00:37 +08:00
committed by GitHub
parent 3c8a775588
commit 06b396ff1e
+4 -4
View File
@@ -864,10 +864,10 @@ Example usage and output:
```shell ```shell
KUBECTL_PATH=$(which kubectl) NUM_NODES=3 KUBERNETES_PROVIDER=local cluster/validate-cluster.sh KUBECTL_PATH=$(which kubectl) NUM_NODES=3 KUBERNETES_PROVIDER=local cluster/validate-cluster.sh
Found 3 node(s). Found 3 node(s).
NAME STATUS AGE NAME STATUS AGE VERSION
node1.local Ready 1h node1.local Ready 1h v1.6.9+a3d1dfa6f4335
node2.local Ready 1h node2.local Ready 1h v1.6.9+a3d1dfa6f4335
node3.local Ready 1h node3.local Ready 1h v1.6.9+a3d1dfa6f4335
Validate output: Validate output:
NAME STATUS MESSAGE ERROR NAME STATUS MESSAGE ERROR
controller-manager Healthy ok controller-manager Healthy ok