diff --git a/README.md b/README.md index 88b7c92..0a7dca6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,36 @@ sudo systemctl enable --now kubelet ```shell kubeadm version ``` -### 5. Configure containerd + +### 5. Disable swap and install docker.io +```shell +sudo swapoff -a +wget https://sh.osa.cubetiqs.com/docker-setup.sh +bash docker-setup.sh +sudo systemctl start docker +sudo systemctl enable docker + +cat <