We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eefc776 + 1eb33cd commit 3b27c94Copy full SHA for 3b27c94
content/fr/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md
@@ -230,8 +230,8 @@ kubeadm contient tout ce qui est nécessaire pour générer les certificats déc
230
231
```sh
232
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
+ root@HOST1 $ kubeadm init phase etcd local --config=$HOME/kubeadmcfg.yaml
+ root@HOST2 $ kubeadm init phase etcd local --config=$HOME/kubeadmcfg.yaml
235
```
236
237
1. Facultatif: Vérifiez la santé du cluster
0 commit comments