Broken cluster

Here’s a link the same issue. The commnads below fixed the issue.

sudo -i
swapoff -a
exit
strace -eopenat kubectl version

and you can type kubectl get nodes again.

1 Like