File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,16 @@ 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
+ ### Single vs. multi-zone clusters
40
+
41
+ In our experience, single-region, single-zone clusters work best for Coder.
42
+
43
+ However, if you opt for a multi-zone cluster, your workspace pods can only be
44
+ scheduled where you initially provisioned them. As such, make sure that there
45
+ are nodes available in each zone. Please note, however, that if a zone becomes
46
+ unavailable, the workspace pods will be unavailable because the persistent
47
+ volumes are tied to the zone.
48
+
39
49
## Preliminary steps
40
50
41
51
Before you can create a cluster, you'll need to perform the following to set up
You can’t perform that action at this time.
0 commit comments