You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kubelet is now restarting every few seconds, as it waits in a crashloop for `kubeadm` to tell it what to do.
77
83
84
+
Note: `setenforce 0` will no longer be necessary on CentOS once [#33555](https://github.com/kubernetes/kubernetes/pull/33555) is included in a released version of `kubeadm`.
85
+
78
86
### (2/4) Initializing your master
79
87
80
88
The master is the machine where the "control plane" components run, including `etcd` (the cluster database) and the API server (which the `kubectl` CLI communicates with).
81
89
All of these components run in pods started by `kubelet`.
82
90
83
91
To initialize the master, pick one of the machines you previously installed `kubelet` and `kubeadm` on, and run:
0 commit comments