-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/che-operatorIssues and PRs related to Eclipse Che Kubernetes OperatorIssues and PRs related to Eclipse Che Kubernetes Operatorarea/dashboardarea/devworkspace-operatorkind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.new¬eworthyFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notesFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notessprint/current
Milestone
Description
Is your task related to a problem? Please describe
CheCluster API v2 [1] is going to have the dedicated properties for workspace storage configuration:
devEnvironments:
storage:
pvcStrategy: <strategy> // 'per-user' or 'per-workspace'
perUserStrategyPvcConfig:
claimSize: <size> // will only be applied for 'per-user'
storageClass: <classname> // will only be applied for 'per-user'
once specified those properties should be used as defaults for DevWorkspaces creation
[1] eclipse-che/che-operator#1324
Describe the solution you'd like
Configure storage related properties from the Eclipse Che CR
Release Notes Text
Workspaces persistent storage options like the strategy and the size are now configurable using CheCluster
CR. It's also possible to set the storage strategy to per-workspace now so that developers will be able to run multiple workspaces concurrently.
Metadata
Metadata
Assignees
Labels
area/che-operatorIssues and PRs related to Eclipse Che Kubernetes OperatorIssues and PRs related to Eclipse Che Kubernetes Operatorarea/dashboardarea/devworkspace-operatorkind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.new¬eworthyFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notesFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notessprint/current