Update README with correct Talos bootstrap command

This commit is contained in:
Marco van Zijl 2025-05-03 21:18:47 +02:00
parent 95ec073b9b
commit 014b9e88b2

View File

@ -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.
```bash
talosctl -n 192.168.0.10
talosctl -n 192.168.0.10 bootstrap
```
Finally, retrieve the kubeconfig, it will merge with `~/.kube/config`, if it exists.