Skip to content

Commit 72ee712

Browse files
authored
Merge pull request #23528 from yeldiRium/patch-1
Clarify kubelet service configuration
2 parents 6fa0a5e + 8bdeda5 commit 72ee712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ this example.
5050

5151

5252
1. Configure the kubelet to be a service manager for etcd.
53-
53+
54+
{{< note >}}You must do this on every host where etcd should be running.{{< /note >}}
5455
Since etcd was created first, you must override the service priority by creating a new unit file
5556
that has higher precedence than the kubeadm-provided kubelet unit file.
5657

@@ -270,4 +271,3 @@ Once you have a working 3 member etcd cluster, you can continue setting up a
270271
highly available control plane using the [external etcd method with
271272
kubeadm](/docs/setup/production-environment/tools/kubeadm/high-availability/).
272273
273-

0 commit comments

Comments
 (0)