From b4481e6afc2fc7eadb783d5d1fb6fb0359433976 Mon Sep 17 00:00:00 2001 From: Evgeny Shmarnev Date: Wed, 5 Aug 2020 11:07:23 +0200 Subject: [PATCH] ISSUE-22953: add missing information about etcd images --- .../tools/kubeadm/setup-ha-etcd-with-kubeadm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md b/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md index 11ddaaf8f8..f9f14f43c5 100644 --- a/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md +++ b/content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md @@ -29,6 +29,9 @@ when using kubeadm to set up a kubernetes cluster. document assumes these default ports. However, they are configurable through the kubeadm config file. * Each host must [have docker, kubelet, and kubeadm installed](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/). +* Each host should have access to the Kubernetes container image registry (`k8s.gcr.io`) or list/pull the required etcd image using +`kubeadm config images list/pull`. This guide will setup etcd instances as +[static pods](https://kubernetes.io/docs/tasks/configure-pod-container/static-pod/) managed by a kubelet. * Some infrastructure to copy files between hosts. For example `ssh` and `scp` can satisfy this requirement.