Skip to content
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

K8s/OS infrastructure should use PVCs as Che Volumes #12269

Closed
sleshchenko opened this issue Dec 22, 2018 · 0 comments
Closed

K8s/OS infrastructure should use PVCs as Che Volumes #12269

sleshchenko opened this issue Dec 22, 2018 · 0 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.

Comments

@sleshchenko
Copy link
Member

Description

The idea is to make it possible to use base K8s/OS recipe content for workspaces. It comes from Devfile workflow.
Now a user is forced to declare machines and Che Volumes inside them to have an ability store data.
K8s/OS infrastructures should support PVCs in recipes and resolve them as Che Volumes.
The difficulty of implementing comes from PVCs strategies:

  • in the unique strategy, original user-defined PVC may be created;
  • in common and perWorkspace strategies, it is needed to convert all user-defined PVCs into one PVC (subpaths may be used to separate one PVC files from another);
@sleshchenko sleshchenko added kind/enhancement A feature request - must adhere to the feature request template. team/platform labels Dec 22, 2018
@sleshchenko sleshchenko self-assigned this Dec 27, 2018
@sleshchenko sleshchenko added the status/in-progress This issue has been taken by an engineer and is under active development. label Jan 4, 2019
@sleshchenko sleshchenko added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. and removed status/in-progress This issue has been taken by an engineer and is under active development. labels Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.
Projects
None yet
Development

No branches or pull requests

1 participant