File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ as a workspace deployment option, you'll need to
179
179
180
180
managedNodeGroups :
181
181
- name : coder-node-group
182
- amiFamily : Ubuntu2004
182
+ amiFamily : Ubuntu2004 # AmazonLinux2 is also an option
183
183
# Custom EKS-compatible AMIs can be used instead of amiFamily
184
184
# ami: <your Ubuntu 20.04 AMI ID>
185
185
instanceType : <instance-type>
@@ -192,7 +192,10 @@ as a workspace deployment option, you'll need to
192
192
# sudo /etc/eks/bootstrap.sh <YOUR_CLUSTER_NAME>
193
193
```
194
194
195
- > [ See here for a list of EKS-compatible Ubuntu AMIs] ( https://cloud-images.ubuntu.com/docs/aws/eks/ )
195
+ > See
196
+ > [ the list of EKS-compatible Ubuntu AMIs] ( https://cloud-images.ubuntu.com/docs/aws/eks/ )
197
+ > and info on
198
+ > [ Latest & Custom AMI support] ( https://eksctl.io/usage/custom-ami-support/ ) .
196
199
197
200
1 . Create your nodegroup (be sure to provide the correct file name):
198
201
You can’t perform that action at this time.
0 commit comments