Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install Docker as Prerequisite

Please following follow docker installation guide for Ubuntu arm64 to install Docker CE:

...

  1. Identify configured swap devices and files with cat /proc/swaps.
  2. Turn off all swap devices and files with::  
          swapoff -a

Install Kubernetes with Kubeadm

...