Skip to content

Commit acb809d

Browse files
authored
add AMI value in nodegroup yaml (#670)
* add AMI value in nodegroup yaml * add missing parenthesis
1 parent a05289b commit acb809d

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

setup/kubernetes/aws.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ EC2 instance from AWS'
3636
> [container-based virtual machines (CVMs)](../../workspaces/cvms.md) unless
3737
> you're running Coder in a bare-metal Kubernetes environment.
3838
39-
### Using multi-zone clusters
40-
41-
If you opt for a multi-zone cluster, your workspace pods can only be scheduled
42-
where you initially provisioned them. As such, make sure that there are nodes
43-
available in each zone. Please note, however, that if a zone becomes
44-
unavailable, the workspace pods will be unavailable because the persistent
45-
volumes are tied to the zone.
46-
4739
## Preliminary steps
4840

4941
Before you can create a cluster, you'll need to perform the following to set up
@@ -188,8 +180,11 @@ as a workspace deployment option, you'll need to
188180
nodeGroups:
189181
- name: coder-node-group
190182
amiFamily: Ubuntu2004
183+
ami: <your Ubuntu 20.04 AMI ID>
191184
```
192185
186+
> [See here for a list of Ubuntu AMIs](https://cloud-images.ubuntu.com/locator/ec2/)
187+
193188
1. Create your nodegroup (be sure to provide the correct file name):
194189
195190
```console

setup/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Additionally, you must enable
8181
[dynamic volume provisioning](https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/#enabling-dynamic-provisioning)
8282
so that Coder can mount the PVC to the workspace (if you're using a custom
8383
`StorageClass`, be sure that it supports DVP. Otherwise, Coder cannot provision
84-
workspaces.
84+
workspaces).
8585

8686
## Database
8787

0 commit comments

Comments
 (0)