Merge pull request #28514 from Arhell/manifest
[ja] Fix static pod manifests generation
This commit is contained in:
commit
284389853d
|
|
@ -242,8 +242,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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue