Fixed "componentstatuses" API object JSON descriptions.

This commit is contained in:
Fabio Yeon
2015-04-20 16:49:16 -07:00
parent 78356bf7f9
commit 81ef0198f4
9 changed files with 31 additions and 30 deletions

View File

@@ -49,9 +49,9 @@ cat -n "${MINIONS_FILE}"
attempt=0
while true; do
kubectl_output=$("${KUBE_ROOT}/cluster/kubectl.sh" get componentstatus)
kubectl_output=$("${KUBE_ROOT}/cluster/kubectl.sh" get cs)
# The "kubectl validate" output is four columns like this:
# The "kubectl componentstatuses" output is four columns like this:
#
# COMPONENT HEALTH MSG ERR
# controller-manager Healthy ok nil