Skip to content

Instantly share code, notes, and snippets.

@hyhilman
Created February 8, 2023 06:47
Show Gist options
  • Save hyhilman/8064cafef6ec5a4b5ab3e54e9217929c to your computer and use it in GitHub Desktop.
Save hyhilman/8064cafef6ec5a4b5ab3e54e9217929c to your computer and use it in GitHub Desktop.
install kube adm ubuntu
wget https://github.com/containerd/containerd/releases/download/v1.6.2/containerd-1.6.2-linux-amd64.tar.gz
sudo tar Czxvf /usr/local containerd-1.6.2-linux-amd64.tar.gz
sudo mv containerd.service /usr/lib/systemd/system/
wget https://raw.githubusercontent.com/containerd/containerd/main/containerd.service
sudo mv containerd.service /usr/lib/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now containerd
sudo systemctl status containerd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment