Skip to content

Commit

Permalink
Increase wait after cluster access entry creation
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Sep 13, 2024
1 parent 5c22b68 commit 6cbcc32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ aws eks create-access-entry --cluster-name $EKS_CLUSTER_NAME \

Now we can associate an access policy for this principal that uses the `AmazonEKSViewPolicy` policy:

```bash wait=10
```bash wait=30
$ aws eks associate-access-policy --cluster-name $EKS_CLUSTER_NAME \
--principal-arn $READ_ONLY_IAM_ROLE \
--policy-arn arn:aws:eks::aws:cluster-access-policy/AmazonEKSViewPolicy \
Expand Down

0 comments on commit 6cbcc32

Please sign in to comment.