-
I was in the wrong directory and was trying to install cilium and I used the instruction I know this is a lesson learned for me and I might have to destroy my cluster, but I was hoping there was some way to recover from this without doing that. The error I get after the regeneration accident is:
I assume this is because the command I issued overwrote the controlplane.yaml, talosconfig , and worker.yaml with something new that doesn't have the original keypairs in mind? Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you have Once you have machine config for the controlplane node, you can follow https://www.talos.dev/v1.3/talos-guides/configuration/managing-pki/ |
Beta Was this translation helpful? Give feedback.
-
We've also made #6847 |
Beta Was this translation helpful? Give feedback.
If you have
kubeconfig
somewhere, you could try running a privileged pod in the host mount namespace and recovering machine config fromSTATE
partition (/system/state
).Once you have machine config for the controlplane node, you can follow https://www.talos.dev/v1.3/talos-guides/configuration/managing-pki/