mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #72188 from mborsz/logs
Fix detect_node_failures for gke
This commit is contained in:
commit
f2d7eed675
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue