We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aa703 commit ad9a361Copy full SHA for ad9a361
1 file changed
EKS-Cluster/cluster.yaml
@@ -5,17 +5,13 @@ kind: ClusterConfig
5
metadata:
6
name: valaxy-eks-cluster
7
region: us-east-1
8
- version: 1.27
9
10
managedNodeGroups:
11
- name: worker-node-group-1
12
minSize: 2
13
maxSize: 5
14
desiredCapacity: 2
15
instanceType: t3.small
16
- ssh:
17
- allow: true
18
- publicKeyPath: ~/.ssh/aws.pub
19
iam:
20
withAddonPolicies:
21
externalDNS: true
0 commit comments