From 77071896652ee5c370fcac2172f84ccdd1b644df Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 21:19:40 +0200 Subject: [PATCH] Update bootstrap command in README to include endpoint flag --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1a2c763..9a448a6 100644 --- a/readme.md +++ b/readme.md @@ -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 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.