Skip to content

Commit b3a59f6

Browse files
committed
Don't lock down AWS CNI version (use EKS default)
(cherry picked from commit dba3ef7)
1 parent c46207e commit b3a59f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

manager/install_cortex.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@ setup_secrets
187187
echo "✓ Updated cluster configuration"
188188

189189
echo -en "○ Configuring networking "
190-
# https://docs.aws.amazon.com/eks/latest/userguide/cni-upgrades.html
191-
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.5.4/config/v1.5/aws-k8s-cni.yaml >/dev/null
192-
until [ "$(kubectl get daemonset aws-node -n kube-system -o 'jsonpath={.status.updatedNumberScheduled}')" == "$(kubectl get daemonset aws-node -n kube-system -o 'jsonpath={.status.desiredNumberScheduled}')" ]; do
193-
echo -n "."
194-
sleep 5
195-
done
196190
setup_istio
197191
envsubst < manifests/apis.yaml | kubectl apply -f - >/dev/null
198192
echo -e "\n✓ Configured networking"

0 commit comments

Comments
 (0)