forked from bottlerocket-os/bottlerocket-test-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheksctl-config.yaml
More file actions
34 lines (34 loc) · 1005 Bytes
/
Copy patheksctl-config.yaml
File metadata and controls
34 lines (34 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: "{{cluster-name}}"
version: "{{version}}"
region: "{{region}}"
kubernetesNetworkConfig:
ipFamily: IPv4
vpc:
clusterEndpoints:
publicAccess: true
privateAccess: true
iam:
withOIDC: true
serviceRoleARN: arn:aws:iam::<account-id>:role/eksctl-x86-64-aws-k8s-124-test-cluster-ServiceRole-...
iamIdentityMappings:
- arn: arn:aws:iam::<account-id>:role/testsysAdministratorRole
groups:
- system:masters
username: admin
noDuplicateARNs: true
addons:
- name: vpc-cni
version: latest
- name: coredns
version: latest
- name: kube-proxy
version: latest
nodeGroups:
- name: empty
desiredCapacity: 0
iam:
instanceRoleARN: "arn:aws:iam::<account-id>:role/eksctl-x86-64-aws-k8s-124-test-cl-NodeInstanceRole-..."
instanceProfileARN: "arn:aws:iam::<account-id>:instance-profile/eksctl-x86-64-aws-k8s-124-test-cluster-nodegroup-ng-4a91f189-NodeInstanceProfile-..."