Skip to content

Commit

Permalink
Downgrades containerd to containerd-1.3.2-1.amzn2 to fix issue #563 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerkes authored Nov 17, 2020
1 parent 4d5df67 commit a6313d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ if [[ "$INSTALL_DOCKER" == "true" ]]; then
sudo mv $TEMPLATE_DIR/docker-daemon.json /etc/docker/daemon.json
sudo chown root:root /etc/docker/daemon.json

# https://github.com/awslabs/amazon-eks-ami/issues/563
# Due to an issue with the latest containerd, customers are seeing
# pods getting stuck in terminating, so we need to downgrade containerd
# until the issue is fixed upstream or we have another workaround.
sudo yum downgrade -y containerd-1.3.2-1.amzn2

# Enable docker daemon to start on boot.
sudo systemctl daemon-reload
sudo systemctl enable docker
Expand Down

0 comments on commit a6313d5

Please sign in to comment.