Adding node exclusion label

This commit is contained in:
Bhargav Nookala
2018-01-26 00:16:32 -08:00
parent c686fdffcb
commit a48f9866f2

View File

@@ -139,8 +139,6 @@ func (s *Server) registerNode() error {
"type": "virtual-kubelet",
"kubernetes.io/role": "agent",
"beta.kubernetes.io/os": strings.ToLower(s.provider.OperatingSystem()),
},
Annotations: map[string]string{
"alpha.service-controller.kubernetes.io/exclude-balancer": "true",
},
},