Skip to content

Commit bad493c

Browse files
ericpaulsenKatie Horne
andauthored
add node disk sizing recommendation (coder#447)
* add node disk sizing recommendation * lint * language * Edit text Co-authored-by: Katie Horne <katie@coder.com>
1 parent a31cb1d commit bad493c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/requirements.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ specifically, the persistent volume claim (PVC) requires the block storage type
6767
(the PVC is created when you create the workspace to mount the requested block
6868
storage).
6969

70+
Files stored in the `/home` directory of a workspace are persisted in the PVC.
71+
All files that live *outside* of the `/home` directory are written to the node's
72+
disk storage (the node's disk storage is shared across all workspaces on that
73+
node). If there's insufficient node disk storage, Coder cannot create new
74+
workspaces (and, in some cases, workspaces may be evicted from the node). To
75+
avoid this, we recommend creating nodes with a disk size of at least 100 GiB.
76+
7077
Additionally, you must enable [dynamic volume
7178
provisioning](https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/#enabling-dynamic-provisioning)
7279
so that Coder can mount the PVC to the workspace (if you're using a custom

0 commit comments

Comments
 (0)