You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
klog.V(4).Infof("health-check-port set to 'auto' but externalTrafficPolicy is not Local or healthCheckNodePort is not set, using nodePort %d", nodePort)
665
+
returnnodePort, nil
666
+
}
667
+
657
668
port, err:=strconv.ParseInt(portStr, 10, 32)
658
669
iferr!=nil {
659
670
klog.Errorf("invalid value for annotation %s: %s is not a valid port number", serviceAnnotationLoadBalancerHealthCheckPort, portStr)
0 commit comments