Update bootstrap command in README to include endpoint flag
This commit is contained in:
parent
014b9e88b2
commit
7707189665
@ -128,7 +128,7 @@ To start the cluster, we need to bootstrap the etcd cluster.
|
|||||||
This only has to be done for a single node.
|
This only has to be done for a single node.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
talosctl -n 192.168.0.10 bootstrap
|
talosctl -n 192.168.0.10 -e 192.168.0.10 bootstrap
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, retrieve the kubeconfig, it will merge with `~/.kube/config`, if it exists.
|
Finally, retrieve the kubeconfig, it will merge with `~/.kube/config`, if it exists.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user