We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ca298 commit ceb2005Copy full SHA for ceb2005
1 file changed
EKS-Cluster/cluster.yaml
@@ -12,6 +12,9 @@ managedNodeGroups:
12
maxSize: 5
13
desiredCapacity: 2
14
instanceType: t3.small
15
+ ssh:
16
+ allow: true
17
+ publicKeyPath: ~/.ssh/aws.pub
18
iam:
19
withAddonPolicies:
20
externalDNS: true
@@ -30,3 +33,4 @@ cloudWatch:
30
33
clusterLogging:
31
34
enableTypes: ["audit", "authenticator", "controllerManager"]
32
35
logRetentionInDays: 60
36
+
0 commit comments