Skip to content

Add the ability to configure volume implementation #189

Closed
@sleshchenko

Description

@sleshchenko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions