Skip to content

Commit

Permalink
fix containerd.io version to 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
banruo committed Dec 19, 2022
1 parent 81fbc25 commit 4516ecc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.vscode/
.vscode/*
/istio-1.14.1/
/istio-1.14.1/*
/istio-1.14.1/*
bcc
2 changes: 1 addition & 1 deletion bcc
Submodule bcc updated from a0fe2b to 504180
4 changes: 3 additions & 1 deletion scripts/k8s_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo \


sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io -y
sudo apt-get install docker-ce docker-ce-cli containerd.io=1.6.12-1 -y

sudo mkdir -p /etc/docker
cat <<EOF | sudo tee /etc/docker/daemon.json
Expand Down Expand Up @@ -80,6 +80,8 @@ sudo systemctl restart containerd
sudo systemctl daemon-reload
sudo systemctl restart kubelet

sudo kubeadm reset -f
sudo rm -rf $HOME/.kube
sudo kubeadm init --pod-network-cidr 10.244.0.0/17 # check the output and execute command to setup the cluster

mkdir -p $HOME/.kube
Expand Down

0 comments on commit 4516ecc

Please sign in to comment.