Skip to content

Commit

Permalink
cluster wait for addons to finish creating
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuna-matatah committed Dec 6, 2023
1 parent e952e88 commit 17aa8fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tasks/setup/eks/awscli-cp-with-vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,4 @@ spec:
ENDPOINT_FLAG="--endpoint $(params.endpoint)"
fi
aws eks $ENDPOINT_FLAG create-addon --cluster-name $(params.cluster-name) --addon-name eks-pod-identity-agent --addon-version v1.0.0-eksbuild.1
# confirm that EKS Pod Identity Agent pods are running
kubectl get pods -n kube-system | grep 'eks-pod-identity-agent'
aws eks $ENDPOINT_FLAG --region $(params.region) wait cluster-active --name $(params.cluster-name)

0 comments on commit 17aa8fd

Please sign in to comment.