File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ mkdir -p /var/lib/containerd/io.containerd.snapshotter.v1.stargz
105
105
# ###############################################################################
106
106
107
107
mkdir -p /etc/eks
108
- curl -sL -o /etc/eks/eni-max-pods.txt https://raw.githubusercontent.com/awslabs/amazon-eks-ami/master/files/eni-max-pods.txt
108
+ # Temporal https://github.com/awslabs/amazon-eks-ami/pull/735
109
+ curl -sL -o /etc/eks/eni-max-pods.txt https://raw.githubusercontent.com/awslabs/amazon-eks-ami/e9b681acc4ea08d22a82eb4388734a225d153561/files/eni-max-pods.txt
110
+ # https://raw.githubusercontent.com/awslabs/amazon-eks-ami/master/files/eni-max-pods.txt
109
111
110
112
cp /etc/packer/files/gitpod/bootstrap.sh /etc/eks/bootstrap.sh
111
113
chown root:root /etc/eks/bootstrap.sh
You can’t perform that action at this time.
0 commit comments