Skip to content

Commit

Permalink
Merge pull request kubernetes#27906 from feitnomore/patch-1
Browse files Browse the repository at this point in the history
Fix static pod manifests generation
  • Loading branch information
k8s-ci-robot authored May 10, 2021
2 parents d38ee44 + f0dbc2b commit e29d5bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ this example.
```sh
root@HOST0 $ kubeadm init phase etcd local --config=/tmp/${HOST0}/kubeadmcfg.yaml
root@HOST1 $ kubeadm init phase etcd local --config=/home/ubuntu/kubeadmcfg.yaml
root@HOST2 $ kubeadm init phase etcd local --config=/home/ubuntu/kubeadmcfg.yaml
root@HOST1 $ kubeadm init phase etcd local --config=/tmp/${HOST1}/kubeadmcfg.yaml
root@HOST2 $ kubeadm init phase etcd local --config=/tmp/${HOST2}/kubeadmcfg.yaml
```
1. Optional: Check the cluster health
Expand Down

0 comments on commit e29d5bc

Please sign in to comment.