Skip to content

Commit

Permalink
Handle existing nerdctl installations (#1786)
Browse files Browse the repository at this point in the history
Co-authored-by: Ricard Comas <ricard@emil.de>
Co-authored-by: Carter <cartermckinnon@gmail.com>
Co-authored-by: Nick Baker <ndbaker1@outlook.com>
  • Loading branch information
4 people authored May 10, 2024
1 parent 9535535 commit 669ac3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/al2/provisioners/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ EOF
###############################################################################

sudo yum install -y nerdctl
sudo mkdir /etc/nerdctl
sudo mkdir -p /etc/nerdctl
cat << EOF | sudo tee -a /etc/nerdctl/nerdctl.toml
namespace = "k8s.io"
EOF
Expand Down

0 comments on commit 669ac3c

Please sign in to comment.