Fix static pod manifests generation
There was an URL problem with HOST1 and HOST2
This commit is contained in:
committed by
GitHub
parent
a46bdc27e1
commit
f0dbc2bc12
+2
-2
@@ -246,8 +246,8 @@ this example.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
root@HOST0 $ kubeadm init phase etcd local --config=/tmp/${HOST0}/kubeadmcfg.yaml
|
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@HOST1 $ kubeadm init phase etcd local --config=/tmp/${HOST1}/kubeadmcfg.yaml
|
||||||
root@HOST2 $ kubeadm init phase etcd local --config=/home/ubuntu/kubeadmcfg.yaml
|
root@HOST2 $ kubeadm init phase etcd local --config=/tmp/${HOST2}/kubeadmcfg.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Optional: Check the cluster health
|
1. Optional: Check the cluster health
|
||||||
|
|||||||
Reference in New Issue
Block a user