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
The amount of allocated storage for persistent workspaces is configurable via operator.requestedStorage to be passed to the K8s PVC resource. Thus, every workspace regardless of its running AppDefinition will have the same amount of storage available.
But does every app have the same requirements in regard to storage?
We don't think so! While CPU, RAM, and even network usage are configurable on a AppDefinition level, the storage isn't.
***Proposal
Add requestedStorage to the parameters of an AppDefinition so that configurations like this become feasible:
The amount of allocated storage for persistent workspaces is configurable via
operator.requestedStorage
to be passed to the K8s PVC resource. Thus, every workspace regardless of its running AppDefinition will have the same amount of storage available.But does every app have the same requirements in regard to storage?
We don't think so! While CPU, RAM, and even network usage are configurable on a AppDefinition level, the storage isn't.
***Proposal
Add
requestedStorage
to the parameters of an AppDefinition so that configurations like this become feasible:The text was updated successfully, but these errors were encountered: