...
Install Docker as Prerequisite
Please following follow docker installation guide for Ubuntu arm64 to install Docker CE:
...
- Identify configured swap devices and files with cat /proc/swaps.
- Turn off all swap devices and files with::
swapoff -a
Install Kubernetes with Kubeadm
...