Change default editor (Vim) to nano
Edit
Add a line (on the bottom of the file)
Bashexport KUBE_EDITOR="nano"
If you need to see join command again
Bashkubeadm token create --print-join-command
Enable kubectl autocomplete (bash)
Bashecho 'source <(kubectl completion bash)' >>~/.bashrc
Enable kubectl autocomplete (zsh)
Bashecho "source <(kubectl completion zsh)" >> ~/.zshrc
Prune Containerd Unused Images (Run on nodes)