You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your task related to a problem? Please describe
When using the per-user PVC strategy in a multi-node cluster, it's possible for user workspaces to be scheduled on a node in the cluster that is not the node where the PVC was provisioned. If other workspaces are currently bound to the PVC, then workspaces created on these other nodes will fail to startup. This is due to the fact that PVCs are provisioned with the ReadWriteOnce access mode, meaning only a single node can be bound to the PVC at a time.
Describe the solution you'd like
I think we should make a note/warning about this in the configuring the storage strategy page of the docs to warn users about this potential pitfall of using the per-user storage strategy. The workaround is for users to opt for the per-workspace storage strategy if they need storage on a multinode cluster.
Describe alternatives you've considered
No response
Additional context
Customers are encountering this issue with the per-user storage strategy, and I haven't found mention of this pitfall with the per-user storage strategy in our docs.
The text was updated successfully, but these errors were encountered:
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Jun 7, 2024
dkwon17
removed
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Jun 11, 2024
Is your task related to a problem? Please describe
When using the per-user PVC strategy in a multi-node cluster, it's possible for user workspaces to be scheduled on a node in the cluster that is not the node where the PVC was provisioned. If other workspaces are currently bound to the PVC, then workspaces created on these other nodes will fail to startup. This is due to the fact that PVCs are provisioned with the ReadWriteOnce access mode, meaning only a single node can be bound to the PVC at a time.
Describe the solution you'd like
I think we should make a note/warning about this in the configuring the storage strategy page of the docs to warn users about this potential pitfall of using the per-user storage strategy. The workaround is for users to opt for the per-workspace storage strategy if they need storage on a multinode cluster.
Describe alternatives you've considered
No response
Additional context
Customers are encountering this issue with the per-user storage strategy, and I haven't found mention of this pitfall with the per-user storage strategy in our docs.
The text was updated successfully, but these errors were encountered: