diff --git a/deploy/gk-deploy b/deploy/gk-deploy index 8cf5b40e..89c05e5b 100755 --- a/deploy/gk-deploy +++ b/deploy/gk-deploy @@ -340,7 +340,7 @@ check() { break fi sleep 2 - res=$(${CLI} get "${resource}" --no-headers "${select}" 2>/dev/null) + res=$(${CLI} get "${resource}" --no-headers --show-all "${select}" 2>/dev/null) if [[ ${s} -ne 0 ]] && [[ ${VERBOSE} -eq 1 ]]; then reslines=$(echo "$res" | wc -l) ((reslines+=1))