-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheks.yaml
More file actions
33 lines (29 loc) · 733 Bytes
/
eks.yaml
File metadata and controls
33 lines (29 loc) · 733 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
# A simple example of ClusterConfig object:
---
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: authorizer
region: us-east-1
nodeGroups:
- name: ng-1
instanceType: t2.medium
desiredCapacity: 3
volumeSize: 10
volumeType: gp2
iam:
withAddonPolicies:
externalDNS: true
certManager: true
ebs: true
iam:
withOIDC: true
addons:
- name: aws-ebs-csi-driver
attachPolicyARNs:
- arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy
cloudWatch:
clusterLogging:
# enable specific types of cluster control plane logs
enableTypes: ["audit", "authenticator", "controllerManager"]
# all supported types: "api", "audit", "authenti