Skip to content

Commit b993d8d

Browse files
authored
Merge pull request #26634 from an-0305/dev-1.18-ja.2-26514
Update docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md to follow v1.18 of the original text
2 parents 26e74d6 + 3c9bc02 commit b993d8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ when using kubeadm to set up a kubernetes cluster.
2929
* Three hosts that can talk to each other over ports 2379 and 2380. This
3030
document assumes these default ports. However, they are configurable through
3131
the kubeadm config file.
32-
* Each host must [have docker, kubelet, and kubeadm installed][toolbox].
32+
* Each host must [have docker, kubelet, and kubeadm installed](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/).
33+
* 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](/docs/tasks/configure-pod-container/static-pod/) managed by a kubelet.
3334
* Some infrastructure to copy files between hosts. For example `ssh` and `scp`
3435
can satisfy this requirement.
3536

0 commit comments

Comments
 (0)