mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Fix detect_node_failures for gke
This commit is contained in:
parent
33404d973a
commit
2aee491bf8
@ -435,7 +435,7 @@ function detect_node_failures() {
|
||||
fi
|
||||
|
||||
detect-node-names
|
||||
if [ -z "$INSTANCE_GROUPS" ]; then
|
||||
if [ -z "${INSTANCE_GROUPS:-}" ]; then
|
||||
return
|
||||
fi
|
||||
for group in "${INSTANCE_GROUPS[@]}"; do
|
||||
|
Loading…
Reference in New Issue
Block a user