File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -180,14 +180,18 @@ as a workspace deployment option, you'll need to
180
180
managedNodeGroups :
181
181
- name : coder-node-group
182
182
amiFamily : Ubuntu2004
183
- ami : <your Ubuntu 20.04 AMI ID>
183
+ # Custom AMIs can be used instead of amiFamily
184
+ # ami: <your Ubuntu 20.04 AMI ID>
184
185
instanceType : <instance-type>
185
186
minSize : 1
186
187
mazSize : 2
187
188
desiredCapacity : 1
188
- overrideBootstrapCommand : |
189
- # !/bin/bash -xe
190
- sudo /etc/eks/bootstrap.sh --apiserver-endpoint '' --b64-cluster-ca 'LS0tLS1...LS0tCg==' '<cluster-name>'
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
+ # overrideBootstrapCommand: |
193
+ # #!/bin/bash -xe
194
+ # sudo /etc/eks/bootstrap.sh --apiserver-endpoint '' --b64-cluster-ca 'YOUR_CLUSTER_CA' '<cluster-name>'
191
195
```
192
196
193
197
> [ 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