kubernetes – microk8s kubectl timeout after replacing hardware

I had to replace the motherboard and cpu on one of my nodes. So I drained the node, shut it down gracefully and replaced the hardware.

After booting it up again, any kubectl command would time out. So I basically can’t do anything.

This is the timeout message I get:

Unable to connect to the server: net/http: TLS handshake timeout

When I add the –wait-ready flag to microk8s status, it hangs forever.

microk8s status --wait-ready

Here’s a link to the inspection report: Inspection report

Help would be much appreciated.

Read more here: Source link