Add the kubernete.io/hostname label to the VK node (#188)
This commit is contained in:
@@ -147,7 +147,7 @@ func (s *Server) registerNode() error {
|
||||
"type": "virtual-kubelet",
|
||||
"kubernetes.io/role": "agent",
|
||||
"beta.kubernetes.io/os": strings.ToLower(s.provider.OperatingSystem()),
|
||||
|
||||
"kubernetes.io/hostname": s.nodeName,
|
||||
"alpha.service-controller.kubernetes.io/exclude-balancer": "true",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user