File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ this example.
50
50
51
51
52
52
1 . Configure the kubelet to be a service manager for etcd.
53
-
53
+
54
54
{{< note >}}You must do this on every host where etcd should be running.{{< /note >}}
55
55
Since etcd was created first, you must override the service priority by creating a new unit file
56
56
that has higher precedence than the kubeadm-provided kubelet unit file.
@@ -68,6 +68,12 @@ this example.
68
68
systemctl restart kubelet
69
69
` ` `
70
70
71
+ Check the kubelet status to ensure it is running.
72
+
73
+ ` ` ` sh
74
+ systemctl status kubelet
75
+ ` ` `
76
+
71
77
1. Create configuration files for kubeadm.
72
78
73
79
Generate one kubeadm configuration file for each host that will have an etcd
You can’t perform that action at this time.
0 commit comments