Skip to content

Commit

Permalink
Create symlink so aws-node can talk to containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgaspar committed Aug 14, 2021
1 parent 97d1aff commit fd14027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ if [[ "$CONTAINER_RUNTIME" = "containerd" ]]; then
sudo mv /etc/eks/containerd/kubelet-containerd.service /etc/systemd/system/kubelet.service
sudo chown root:root /etc/systemd/system/kubelet.service
sudo chown root:root /etc/systemd/system/sandbox-image.service
ln -sf /run/containerd/containerd.sock /run/dockershim.sock
systemctl daemon-reload
systemctl enable containerd
systemctl restart containerd
Expand Down

0 comments on commit fd14027

Please sign in to comment.