Skip to content

Commit ae60c61

Browse files
committed
Update EKS configuration for test cluster deployments
Signed-off-by: jaehanbyun <[email protected]>
1 parent 55a83cd commit ae60c61

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

hack/eks-config.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: eksctl.io/v1alpha5
2+
kind: ClusterConfig
3+
availabilityZones:
4+
- ap-northeast-2a
5+
- ap-northeast-2c
6+
metadata:
7+
name: my-cluster
8+
region: ap-northeast-2
9+
version: "1.30"
10+
iam:
11+
withOIDC: true
12+
vpc:
13+
cidr: 10.10.0.0/16
14+
clusterEndpoints:
15+
privateAccess: true
16+
publicAccess: true
17+
managedNodeGroups:
18+
- name: default
19+
desiredCapacity: 3
20+
instanceType: t3.medium
21+
privateNetworking: true

0 commit comments

Comments
 (0)