Promote source ip annotations to beta

This commit is contained in:
bprashanth
2016-10-03 11:51:57 -07:00
parent 5cb8e8e1d6
commit a46a849b9e
5 changed files with 74 additions and 50 deletions

View File

@@ -460,7 +460,7 @@ func (proxier *Proxier) OnServiceUpdate(allServices []api.Service) {
p := apiservice.GetServiceHealthCheckNodePort(service)
if p == 0 {
glog.Errorf("Service does not contain necessary annotation %v",
apiservice.AnnotationHealthCheckNodePort)
apiservice.BetaAnnotationHealthCheckNodePort)
} else {
glog.V(4).Infof("Adding health check for %+v, port %v", serviceName.NamespacedName, p)
info.healthCheckNodePort = int(p)