From 6916bb24a24547b6cb6bd46d072f0eee22f019b3 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 10 Oct 2017 21:18:33 +0000 Subject: [PATCH] Append an alpha label to the exclude load balancer annotation. --- cmd/kubeadm/app/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/constants/constants.go b/cmd/kubeadm/app/constants/constants.go index ee91d6a63a3..9e1239eaa9a 100644 --- a/cmd/kubeadm/app/constants/constants.go +++ b/cmd/kubeadm/app/constants/constants.go @@ -136,7 +136,7 @@ const ( // LabelNodeRoleExcludeBalancer specifies that the node should be // exclude from load balancers created by a cloud provider. - LabelNodeRoleExcludeBalancer = "node-role.kubernetes.io/exclude-balancer" + LabelNodeRoleExcludeBalancer = "alpha.node-role.kubernetes.io/exclude-balancer" // MasterConfigurationConfigMap specifies in what ConfigMap in the kube-system namespace the `kubeadm init` configuration should be stored MasterConfigurationConfigMap = "kubeadm-config"