From b3614022e8c2d89e7b5d20666848449ceff12dfa Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 22 Jun 2022 11:20:47 -0500 Subject: [PATCH] chore: add mention of AL2 support for CVMs --- setup/kubernetes/aws.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup/kubernetes/aws.md b/setup/kubernetes/aws.md index 557534570..535c7d3e9 100644 --- a/setup/kubernetes/aws.md +++ b/setup/kubernetes/aws.md @@ -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: instanceType: @@ -192,7 +192,10 @@ as a workspace deployment option, you'll need to # sudo /etc/eks/bootstrap.sh ``` -> [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):