Skip to content

Commit 4735bcf

Browse files
komer3Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 410a4da commit 4735bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud/linode/loadbalancers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ func getNodeBackendIP(service *v1.Service, node *v1.Node, subnetID int, useIPv6B
14261426
}
14271427
}
14281428

1429-
klog.Errorf("Service %s requested IPv6 backends but node %s does not have a public IPv6 address", getServiceNn(service), node.Name)
1429+
klog.V(4).Infof("Service %s requested IPv6 backends but node %s does not have a public IPv6 address", getServiceNn(service), node.Name)
14301430
return "", fmt.Errorf("service %s requested IPv6 backends but node %s does not have a public IPv6 address", getServiceNn(service), node.Name)
14311431
}
14321432

0 commit comments

Comments
 (0)