File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -180,18 +180,16 @@ as a workspace deployment option, you'll need to
180
180
managedNodeGroups :
181
181
- name : coder-node-group
182
182
amiFamily : Ubuntu2004
183
- # Custom AMIs can be used instead of amiFamily
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>
186
186
minSize : 1
187
187
mazSize : 2
188
188
desiredCapacity : 1
189
189
# Uncomment "overrideBootstrapCommand" if you are using a custom AMI
190
- # and replace YOUR_CLUSTER_CA with "certificate-authority-data" from
191
- # your kubeconfig
192
190
# overrideBootstrapCommand: |
193
191
# #!/bin/bash -xe
194
- # sudo /etc/eks/bootstrap.sh --apiserver-endpoint '' --b64-cluster-ca 'YOUR_CLUSTER_CA' '<cluster-name>'
192
+ # sudo /etc/eks/bootstrap.sh <YOUR_CLUSTER_NAME>
195
193
```
196
194
197
195
> [ See here for a list of EKS-compatible Ubuntu AMIs] ( https://cloud-images.ubuntu.com/docs/aws/eks/ )
You can’t perform that action at this time.
0 commit comments