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.
1 parent dbf11ee commit e0f97f1Copy full SHA for e0f97f1
check_kubernetes.sh
@@ -61,7 +61,7 @@ usage() {
61
exit 2
62
}
63
64
-VERSION="v1.5.0"
+VERSION="v1.5.2"
65
66
TIMEOUT=15
67
unset NAME
@@ -203,7 +203,7 @@ mode_nodes() {
203
EXITCODE=2
204
OUTPUT="${OUTPUT}Node $node not ready. "
205
fi
206
- for condition in OutOfDisk MemoryPressure DiskPressure; do
+ for condition in MemoryPressure DiskPressure; do
207
state="$(echo "$data" | jq -r ".items[] | select(.metadata.name==\"$node\") | \
208
.status.conditions[] | select(.type==\"$condition\") | \
209
.status")"
0 commit comments