Skip to content

Commit

Permalink
fix: missing continue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmetzner committed Mar 4, 2025
1 parent fb1a28e commit 0b3a752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hcloud/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ func robotNodeAddresses(
)
recorder.Event(node, corev1.EventTypeWarning, MisconfiguredInternalIP, warnMsg)
klog.Warning(warnMsg)
continue
}

addresses = append(addresses, currentAddress)
Expand Down

0 comments on commit 0b3a752

Please sign in to comment.