From ef2cc85708c479801e64c7f21a3ca8198b726545 Mon Sep 17 00:00:00 2001 From: Lee Date: Sun, 22 Sep 2024 09:27:17 +0000 Subject: [PATCH] Update TALOS.MD --- TALOS.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TALOS.MD b/TALOS.MD index b9dd5a5..ad45551 100644 --- a/TALOS.MD +++ b/TALOS.MD @@ -19,7 +19,7 @@ talosctl gen config hl-cluster https://$CONTROL_PLANE_IP:6443 -o talos-cluster talosctl apply-config --insecure --nodes $CONTROL_PLANE_IP --file talos-cluster/controlplane.yaml ``` -# Setup worker(s) +## Setup worker(s) ```bash talosctl apply-config --insecure --nodes $WORKER_IP --file talos-cluster/worker.yaml