This commit is contained in:
Lee 2024-09-23 03:17:21 +01:00
commit 13b7d7fd8b
2 changed files with 1 additions and 1 deletions

@ -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