Skip to content

Commit 93a3f7b

Browse files
authored
Merge pull request #12 from hydrapolic/master
Fix typo
2 parents bcb9ee1 + 928a0b8 commit 93a3f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_kubernetes.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ mode_apiserver() {
145145
data=$(getJSON "" "healthz")
146146
[ $? -gt 0 ] && die "$data"
147147
if [ "$data" = ok ]; then
148-
OUTPUT="OK. Kuberenetes apiserver health is OK"
148+
OUTPUT="OK. Kubernetes apiserver health is OK"
149149
EXITCODE=0
150150
else
151-
OUTPUT="CRITICAL. Kuberenetes apiserver health is $data"
151+
OUTPUT="CRITICAL. Kubernetes apiserver health is $data"
152152
EXITCODE=2
153153
fi
154154
}

0 commit comments

Comments
 (0)