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 372b4a2 commit cfcdf9eCopy full SHA for cfcdf9e
buildspec_eks.yml
@@ -19,7 +19,7 @@ phases:
19
pre_build:
20
commands:
21
- echo Logging in to Amazon EKS...
22
- - aws eks --region $AWS_DEFAULT_REGION update-kubeconfig --name $AWS_CLUSTER_NAME --role-arn arn:aws:iam::120717539064:role/CodeBuildKubectlRole
+ - aws eks --region $AWS_DEFAULT_REGION update-kubeconfig --name $AWS_CLUSTER_NAME
23
- echo check config
24
- kubectl config view --minify
25
- echo check kubectl access
0 commit comments