-
👋 all I have a rather simple task I struggle to find an easy solution for. I have a talosconfig file generated, with a pair of controlplane and worker machineconfig files, as per the usual. At the Now my challenge is how to regenerate the machineconfig files when I need to introduce the change to them? Applying just the patches to the running machines is also not suitable, since my patch files are not in the jsonpatch format, hence when I apply them over the lists, the list elements got duplicated and can hit limits of the configurable parameters (e.g. no more than X DNS servers in a list). Looking to tap on the community knowledge as to how best to achieve that. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
got my answer:
the generated |
Beta Was this translation helpful? Give feedback.
-
Documentation: https://www.talos.dev/v1.10/talos-guides/howto/cert-management/ |
Beta Was this translation helpful? Give feedback.
got my answer:
the generated
secrets.yaml
then can be used in thegen config --with-secrets <path to secrets>
to preserve the original certs/keys