We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9c00e commit a179fafCopy full SHA for a179faf
admin/workspace-management/cvms.md
@@ -106,15 +106,18 @@ and updating your `eksctl` config spec.
106
kind: ClusterConfig
107
108
metadata:
109
- version: "1.17"
+ version: "<YOUR_K8s_VERSION>"
110
name: <YOUR_CLUSTER_NAME>
111
region: <YOUR_AWS_REGION>
112
113
nodeGroups:
114
- name: coder-node-group
115
- amiFamily: Ubuntu1804
+ amiFamily: Ubuntu2004
116
+ ami: <your Ubuntu 20.04 AMI ID>
117
```
118
119
+> [See here for a list of EKS-compatible Ubuntu AMIs](https://cloud-images.ubuntu.com/docs/aws/eks/)
120
+
121
1. Create your nodegroup (be sure to provide the correct file name):
122
123
```console
0 commit comments