-
Pretty new to this, but I've encountered the following situation: 1 - have setup everything on a single raspberry pi (for now) by following the guide So, from what I've gathered - talosctl gen config --with-secrets secrets.yaml, generates some default configuration files, different from the machine config, and without manually adjusting them - the result will be an incorrect configuration Given that there is talosctl edit machineconfig - is there a straight forward way to get the controlplane.yaml, worker.yaml, secrets & talosconfig from it? Cheers & any suggestions for learning resources are welcome |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Machine configuration flow while separating and preserving secrets is described here: https://www.talos.dev/v1.7/introduction/prodnotes/#separating-out-secrets
Machine configuration can be downloaded back from the node via |
Beta Was this translation helpful? Give feedback.
Machine configuration flow while separating and preserving secrets is described here: https://www.talos.dev/v1.7/introduction/prodnotes/#separating-out-secrets
secrets.yaml
can be recovered fromcontrolplane.yaml
viatalosctl gen secrets --from-controlplane-config
.Machine configuration can be downloaded back from the node via
talosctl get mc -o yaml | yq .spec