Created
February 8, 2023 06:47
-
-
Save hyhilman/8064cafef6ec5a4b5ab3e54e9217929c to your computer and use it in GitHub Desktop.
install kube adm ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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