File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,6 @@ EC2 instance from AWS'
36
36
> [ container-based virtual machines (CVMs)] ( ../../workspaces/cvms.md ) unless
37
37
> you're running Coder in a bare-metal Kubernetes environment.
38
38
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
-
47
39
## Preliminary steps
48
40
49
41
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
188
180
nodeGroups :
189
181
- name : coder-node-group
190
182
amiFamily : Ubuntu2004
183
+ ami : <your Ubuntu 20.04 AMI ID>
191
184
` ` `
192
185
186
+ > [See here for a list of Ubuntu AMIs](https://cloud-images.ubuntu.com/locator/ec2/)
187
+
193
188
1. Create your nodegroup (be sure to provide the correct file name):
194
189
195
190
` ` ` console
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Additionally, you must enable
81
81
[ dynamic volume provisioning] ( https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/#enabling-dynamic-provisioning )
82
82
so that Coder can mount the PVC to the workspace (if you're using a custom
83
83
` StorageClass ` , be sure that it supports DVP. Otherwise, Coder cannot provision
84
- workspaces.
84
+ workspaces) .
85
85
86
86
## Database
87
87
You can’t perform that action at this time.
0 commit comments