Skip to content

Commit b065416

Browse files
committed
[fr] Fix static pod manifests generation
1 parent cc5ca4f commit b065416

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=/home/ubuntu/kubeadmcfg.yaml
234-
root@HOST2 $ kubeadm init phase etcd local --config=/home/ubuntu/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
235235
```
236236
237237
1. Facultatif: Vérifiez la santé du cluster

0 commit comments

Comments
 (0)