Skip to content

Commit

Permalink
sort extra-config consts
Browse files Browse the repository at this point in the history
  • Loading branch information
nezorflame committed Jun 28, 2020
1 parent b470860 commit fe1fecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/bsutil/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ func GenerateKubeadmYAML(cc config.ClusterConfig, n config.Node, r cruntime.Mana
const (
Apiserver = "apiserver"
ControllerManager = "controller-manager"
Etcd = "etcd"
Kubeadm = "kubeadm"
Kubelet = "kubelet"
Kubeproxy = "kube-proxy"
Scheduler = "scheduler"
Etcd = "etcd"
)

// KubeadmExtraConfigOpts is a list of allowed "extra-config" components
Expand Down

0 comments on commit fe1fecf

Please sign in to comment.