Skip to content

Commit ceb2005

Browse files
authored
Add SSH access configuration to cluster.yaml
Added SSH configuration for the managed node group.
1 parent c9ca298 commit ceb2005

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

EKS-Cluster/cluster.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ managedNodeGroups:
1212
maxSize: 5
1313
desiredCapacity: 2
1414
instanceType: t3.small
15+
ssh:
16+
allow: true
17+
publicKeyPath: ~/.ssh/aws.pub
1518
iam:
1619
withAddonPolicies:
1720
externalDNS: true
@@ -30,3 +33,4 @@ cloudWatch:
3033
clusterLogging:
3134
enableTypes: ["audit", "authenticator", "controllerManager"]
3235
logRetentionInDays: 60
36+

0 commit comments

Comments
 (0)