Fix: Update output type in Talos configuration command from controlplane to worker
This commit is contained in:
parent
172ff176bb
commit
8997398b81
@ -97,7 +97,7 @@ For worker nodes:
|
|||||||
```bash
|
```bash
|
||||||
talosctl gen config \
|
talosctl gen config \
|
||||||
--output rendered/worker1.yaml \
|
--output rendered/worker1.yaml \
|
||||||
--output-types controlplane \
|
--output-types worker \
|
||||||
--with-secrets secrets.yaml \
|
--with-secrets secrets.yaml \
|
||||||
--config-patch @nodes/worker1.yaml \
|
--config-patch @nodes/worker1.yaml \
|
||||||
--config-patch @patches/argocd.yaml \
|
--config-patch @patches/argocd.yaml \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user