Skip to content

Commit 6e08128

Browse files
cluster wait for addons to finish creating
1 parent e952e88 commit 6e08128

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tasks/setup/eks/awscli-cp-with-vpc.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,4 @@ spec:
8585
ENDPOINT_FLAG="--endpoint $(params.endpoint)"
8686
fi
8787
aws eks $ENDPOINT_FLAG create-addon --cluster-name $(params.cluster-name) --addon-name eks-pod-identity-agent --addon-version v1.0.0-eksbuild.1
88-
# confirm that EKS Pod Identity Agent pods are running
89-
kubectl get pods -n kube-system | grep 'eks-pod-identity-agent'
88+
aws eks $ENDPOINT_FLAG --region $(params.region) wait cluster-active --name $(params.cluster-name)

0 commit comments

Comments
 (0)