Skip to content

Commit a179faf

Browse files
author
Katie Horne
authored
chore: update node-group info for CVMs on AWS (coder#675)
1 parent ea9c00e commit a179faf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

admin/workspace-management/cvms.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,18 @@ and updating your `eksctl` config spec.
106106
kind: ClusterConfig
107107

108108
metadata:
109-
version: "1.17"
109+
version: "<YOUR_K8s_VERSION>"
110110
name: <YOUR_CLUSTER_NAME>
111111
region: <YOUR_AWS_REGION>
112112

113113
nodeGroups:
114114
- name: coder-node-group
115-
amiFamily: Ubuntu1804
115+
amiFamily: Ubuntu2004
116+
ami: <your Ubuntu 20.04 AMI ID>
116117
```
117118
119+
> [See here for a list of EKS-compatible Ubuntu AMIs](https://cloud-images.ubuntu.com/docs/aws/eks/)
120+
118121
1. Create your nodegroup (be sure to provide the correct file name):
119122
120123
```console

0 commit comments

Comments
 (0)