mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #72188 from mborsz/logs
Fix detect_node_failures for gke
This commit is contained in:
commit
f2d7eed675
@ -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