We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46207e commit b3a59f6Copy full SHA for b3a59f6
manager/install_cortex.sh
@@ -187,12 +187,6 @@ setup_secrets
187
echo "✓ Updated cluster configuration"
188
189
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
196
setup_istio
197
envsubst < manifests/apis.yaml | kubectl apply -f - >/dev/null
198
echo -e "\n✓ Configured networking"
0 commit comments