mirror of https://github.com/k3s-io/k3s
Fix detect_node_failures for gke
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