Skip to content

Commit 6bd220e

Browse files
committed
Update eni-max-pods file
1 parent 0054b7b commit 6bd220e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ami/scripts/shared/eks.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ mkdir -p /var/lib/containerd/io.containerd.snapshotter.v1.stargz
105105
################################################################################
106106

107107
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
109111

110112
cp /etc/packer/files/gitpod/bootstrap.sh /etc/eks/bootstrap.sh
111113
chown root:root /etc/eks/bootstrap.sh

0 commit comments

Comments
 (0)