Skip to content

chore: add mention of AL2 support for CVMs #1028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions setup/kubernetes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ as a workspace deployment option, you'll need to

managedNodeGroups:
- name: coder-node-group
amiFamily: Ubuntu2004
amiFamily: Ubuntu2004 # AmazonLinux2 is also an option
# Custom EKS-compatible AMIs can be used instead of amiFamily
# ami: <your Ubuntu 20.04 AMI ID>
instanceType: <instance-type>
Expand All @@ -192,7 +192,10 @@ as a workspace deployment option, you'll need to
# sudo /etc/eks/bootstrap.sh <YOUR_CLUSTER_NAME>
```

> [See here for a list of EKS-compatible Ubuntu AMIs](https://cloud-images.ubuntu.com/docs/aws/eks/)
> See
> [the list of EKS-compatible Ubuntu AMIs](https://cloud-images.ubuntu.com/docs/aws/eks/)
> and info on
> [Latest & Custom AMI support](https://eksctl.io/usage/custom-ami-support/).

1. Create your nodegroup (be sure to provide the correct file name):

Expand Down