Skip to content

Commit

Permalink
Add note about common PVC deletion
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <dakwon@redhat.com>
  • Loading branch information
dkwon17 committed Jun 2, 2021
1 parent fc09f3f commit a9a9031
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ PVC has, they will use the same shared folder in the common PVC.

When a workspace is deleted, a corresponding subdirectory (`$\{ws-id}`) is deleted in the PV directory.

NOTE: The common PVC will be removed once all of the user's workspaces are deleted. The PVC will be re-created once a new non-ephemeral workspace is started.

.Restrictions on using the `common` PVC strategy

When the `common` strategy is used and a workspace PVC access mode is ReadWriteOnce (RWO), only one node can simultaneously use the PVC.
Expand Down

0 comments on commit a9a9031

Please sign in to comment.