Fix a typo.

This commit is contained in:
Brendan Burns 2017-10-09 23:23:34 +00:00
parent 175a6dee47
commit 3cccf3b25b

View File

@ -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"