From 3cccf3b25b6d9b3f7d0a8fd4098458ad996e4447 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Mon, 9 Oct 2017 23:23:34 +0000 Subject: [PATCH] Fix a typo. --- 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 56bc703ea3a..ee91d6a63a3 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 = "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"