Skip to content

Commit 1e6a1c1

Browse files
authored
fix: further clarify custom AMI support with EKS (coder#849)
1 parent a78cac6 commit 1e6a1c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup/kubernetes/aws.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,18 +180,16 @@ as a workspace deployment option, you'll need to
180180
managedNodeGroups:
181181
- name: coder-node-group
182182
amiFamily: Ubuntu2004
183-
# Custom AMIs can be used instead of amiFamily
183+
# Custom EKS-compatible AMIs can be used instead of amiFamily
184184
# ami: <your Ubuntu 20.04 AMI ID>
185185
instanceType: <instance-type>
186186
minSize: 1
187187
mazSize: 2
188188
desiredCapacity: 1
189189
# Uncomment "overrideBootstrapCommand" if you are using a custom AMI
190-
# and replace YOUR_CLUSTER_CA with "certificate-authority-data" from
191-
# your kubeconfig
192190
# overrideBootstrapCommand: |
193191
# #!/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>
195193
```
196194

197195
> [See here for a list of EKS-compatible Ubuntu AMIs](https://cloud-images.ubuntu.com/docs/aws/eks/)

0 commit comments

Comments
 (0)