Skip to content

Commit 1eb33cd

Browse files
committed
[fr] fix wrong path
1 parent eefc776 commit 1eb33cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/fr/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
@@ -230,8 +230,8 @@ kubeadm contient tout ce qui est nécessaire pour générer les certificats déc
230230
231231
```sh
232232
root@HOST0 $ kubeadm init phase etcd local --config=/tmp/${HOST0}/kubeadmcfg.yaml
233-
root@HOST1 $ kubeadm init phase etcd local --config=/tmp/${HOST1}/kubeadmcfg.yaml
234-
root@HOST2 $ kubeadm init phase etcd local --config=/tmp/${HOST2}/kubeadmcfg.yaml
233+
root@HOST1 $ kubeadm init phase etcd local --config=$HOME/kubeadmcfg.yaml
234+
root@HOST2 $ kubeadm init phase etcd local --config=$HOME/kubeadmcfg.yaml
235235
```
236236
237237
1. Facultatif: Vérifiez la santé du cluster

0 commit comments

Comments
 (0)