-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async PV for workspace: enabling feature (toggle) #15960
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
Milestone
Comments
benoitf
added
kind/task
Internal things, technical debt, and to-do tasks to be performed.
area/dev-experience
labels
Feb 7, 2020
benoitf
changed the title
Async PVC for workspace: enabling feature (toggle)
Async PV for workspace: enabling feature (toggle)
Feb 7, 2020
cc @beaumorley any comments ^ |
if you check async but you disable temporary storage IMHO it doesn't work as well so this is why I was thinking of a dropdown |
@benoitf my idea was that checkbox can only be enabled (maybe even visible) only if the temporary toggle is on |
@vparfonov we have a separate issue for UD customizations: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enable feature
subtask of #15384
By default workspaces are always using a PVC (or
emptyDir
for ephemeral workspaces)In the same approach used for ephemeral we could add a new attribute of the workspace definition
attribute name can be changed.
By using that toggle, it means that a new container will be added to the workspace/pod which will do the sync. And of course, it will use emptyDir as well
It will allow to have this feature enabled per workspace to try how it works and be able to compare, etc.
The text was updated successfully, but these errors were encountered: