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 b04669c commit 90e3446Copy full SHA for 90e3446
buildspec_eks.yml
@@ -13,6 +13,8 @@ phases:
13
- source ~/.bashrc
14
- echo 'Check kubectl version'
15
- kubectl version --short --client
16
+ - chmod +x k8s/Configuring-Cluster-cloud-formation/prereqs.sh
17
+ - sh k8s/Configuring-Cluster-cloud-formation/prereqs.sh
18
19
pre_build:
20
commands:
k8s/Configuring-Cluster-cloud-formation/aws-auth-cm.yaml
@@ -5,7 +5,7 @@ metadata:
5
namespace: kube-system
6
data:
7
mapRoles: |
8
- - rolearn: <ARN of instance role (not instance profile)>
+ - rolearn: arn:aws:iam::120717539064:role/service-role/codebuild-samplecicddemo-service-role
9
username: system:node:{{EC2PrivateDNSName}}
10
groups:
11
- system:bootstrappers
0 commit comments