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

Add the ability to configure volume implementation #189

Closed
sleshchenko opened this issue Oct 22, 2020 · 2 comments
Closed

Add the ability to configure volume implementation #189

sleshchenko opened this issue Oct 22, 2020 · 2 comments

Comments

@sleshchenko
Copy link
Member

sleshchenko commented Oct 22, 2020

Is your feature request related to a problem? Please describe.
Default volume implementation should be like PVC, but there are cases for other types, like emptyDir.
Empty dir case: some containers need to bring some binaries to others. For Che has a remote plugin launcher binary that is propagated to sidecars.

Describe the solution you'd like
It addition to size we can define backend:

components:
  - name: remote-injector
    volume:
      size: 100Mib
      emptyDir: {}

Describe alternatives you've considered
¯_(ツ)_/¯

Maybe something like Che has

components:
  - name: remote-injector
    volume:
      size: 100Mib
      temporary: true

Additional context
Add any other context or screenshots about the feature request here.

@l0rd
Copy link
Contributor

l0rd commented Mar 24, 2021

@sleshchenko can we close this one?

@sleshchenko
Copy link
Member Author

it's implemented by #324

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants