We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb9ee1 + 928a0b8 commit 93a3f7bCopy full SHA for 93a3f7b
check_kubernetes.sh
@@ -145,10 +145,10 @@ mode_apiserver() {
145
data=$(getJSON "" "healthz")
146
[ $? -gt 0 ] && die "$data"
147
if [ "$data" = ok ]; then
148
- OUTPUT="OK. Kuberenetes apiserver health is OK"
+ OUTPUT="OK. Kubernetes apiserver health is OK"
149
EXITCODE=0
150
else
151
- OUTPUT="CRITICAL. Kuberenetes apiserver health is $data"
+ OUTPUT="CRITICAL. Kubernetes apiserver health is $data"
152
EXITCODE=2
153
fi
154
}
0 commit comments