Skip to content

Commit 6e79a96

Browse files
authored
Merge pull request #32843 from Arhell/fix-path
[ja] fix wrong path
2 parents bfa1c7f + 0bb7611 commit 6e79a96

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)