From f5d88c3e56777ef7f2893a859d0e55daf6064fef Mon Sep 17 00:00:00 2001 From: Lee Date: Sun, 22 Sep 2024 09:26:32 +0000 Subject: [PATCH 1/2] Update infrastructure/crds/traefik.crds.yaml --- infrastructure/crds/{traefik-crds.yaml => traefik.crds.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename infrastructure/crds/{traefik-crds.yaml => traefik.crds.yaml} (100%) diff --git a/infrastructure/crds/traefik-crds.yaml b/infrastructure/crds/traefik.crds.yaml similarity index 100% rename from infrastructure/crds/traefik-crds.yaml rename to infrastructure/crds/traefik.crds.yaml From ef2cc85708c479801e64c7f21a3ca8198b726545 Mon Sep 17 00:00:00 2001 From: Lee Date: Sun, 22 Sep 2024 09:27:17 +0000 Subject: [PATCH 2/2] 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