Access abandoned Talos cluster #9445
-
Hi, my workmate created a 3 node Talos cluster in VMs that I gave him. He abruptly left our institution without leaving any docs behind. I would like to access his Talos cluster now. I can access the VM consoles and I have admin access to the k8s that's running on Talos. I tried to use talosctl but I only get "error constructing client: failed to determine endpoints" for every command. Can someone please advise what to do? thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you have admin-level kubeconfig, you can try the following trick:
With that, recover controlplane machine config from After that, follow https://www.talos.dev/v1.8/talos-guides/howto/cert-management/#from-control-plane-machine-configuration to recover |
Beta Was this translation helpful? Give feedback.
If you have admin-level kubeconfig, you can try the following trick:
With that, recover controlplane machine config from
/host/system/state/config.yaml
.After that, follow https://www.talos.dev/v1.8/talos-guides/howto/cert-management/#from-control-plane-machine-configuration to recover
talosconfig
.