Skip to content

Commit 0bb7611

Browse files
committed
[ja] fix wrong path
1 parent 1365e32 commit 0bb7611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/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
@@ -242,8 +242,8 @@ this example.
242242
243243
```sh
244244
root@HOST0 $ kubeadm init phase etcd local --config=/tmp/${HOST0}/kubeadmcfg.yaml
245-
root@HOST1 $ kubeadm init phase etcd local --config=/tmp/${HOST1}/kubeadmcfg.yaml
246-
root@HOST2 $ kubeadm init phase etcd local --config=/tmp/${HOST2}/kubeadmcfg.yaml
245+
root@HOST1 $ kubeadm init phase etcd local --config=$HOME/kubeadmcfg.yaml
246+
root@HOST2 $ kubeadm init phase etcd local --config=$HOME/kubeadmcfg.yaml
247247
```
248248
249249
1. Optional: Check the cluster health

0 commit comments

Comments
 (0)