Skip to content

Commit

Permalink
Update launch-node-ubuntu.adoc
Browse files Browse the repository at this point in the history
Removing `ami: auto-ssm` as it makes "think" eksctl that it is a custom ami, throwing an error (needing `overrideBootstrapCommand`)

``` 
Error: nodeGroups[0].overrideBootstrapCommand is required when using a custom AMI based on Ubuntu2204 (nodeGroups[0].ami) 
```
  • Loading branch information
carlosbravoa authored Jan 15, 2025
1 parent ac5e01c commit 44643b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion latest/ug/nodes/launch-node-ubuntu.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ nodeGroups:
instanceType: m5.large
desiredCapacity: 3
amiFamily: Ubuntu2204
ami: auto-ssm
iam:
attachPolicyARNs:
- {arn-aws}iam::aws:policy/AmazonEKSWorkerNodePolicy
Expand Down

0 comments on commit 44643b8

Please sign in to comment.