Skip to content

Commit 6671803

Browse files
authored
Merge pull request #22974 from Evalle/DOC-22953
ISSUE-22953: add missing information about etcd images
2 parents 6fa854c + b4481e6 commit 6671803

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ when using kubeadm to set up a kubernetes cluster.
2929
document assumes these default ports. However, they are configurable through
3030
the kubeadm config file.
3131
* Each host must [have docker, kubelet, and kubeadm installed](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/).
32+
* Each host should have access to the Kubernetes container image registry (`k8s.gcr.io`) or list/pull the required etcd image using
33+
`kubeadm config images list/pull`. This guide will setup etcd instances as
34+
[static pods](https://kubernetes.io/docs/tasks/configure-pod-container/static-pod/) managed by a kubelet.
3235
* Some infrastructure to copy files between hosts. For example `ssh` and `scp`
3336
can satisfy this requirement.
3437

0 commit comments

Comments
 (0)