We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257d77a commit 4f5e8d0Copy full SHA for 4f5e8d0
tools/scripts/check-k8s.sh
@@ -15,7 +15,7 @@ checkClusterResources() {
15
if [ "${flagTimeout}" != "" ] ; then
16
printf "\n%bCluster \"${context}\" not available...%b\n" "${RED}" "${STD}"
17
else
18
- result="$(echo "${result}" | grep -v "Ready" | awk '{printf "%-18s %s\n", $2, $1}' | sort)"
+ result="$(echo "${result}" | grep -v " Ready " | awk '{printf "%-18s %s\n", $2, $1}' | sort)"
19
if [ "${result}" != "" ] ; then
20
printf "\n%bSTATUS NODE%b\n${result}\n" "${GREEN}" "${STD}"
21
fi
0 commit comments