Skip to content

Commit

Permalink
Set nerdctl default namespace to k8s.io (awslabs#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
reegnz authored and atmosx committed Jun 18, 2024
1 parent 6d2ac03 commit de74448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ EOF
###############################################################################

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

################################################################################
### Docker #####################################################################
Expand Down

0 comments on commit de74448

Please sign in to comment.