mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Fix a typo.
This commit is contained in:
parent
175a6dee47
commit
3cccf3b25b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user