Skip to content

Commit

Permalink
initial generic ephemeral inline volumes KEP
Browse files Browse the repository at this point in the history
This KEP proposes an alternative mechanism for specifying volumes
inside a pod spec. Those inline volumes then get converted to normal
volume claim objects for provisioning, so storage drivers do not need
to be modified.

The lifecycle of those volumes is ephemeral: they will get deleted
once the pod terminates.

Because this is expected to be slower than CSI ephemeral inline
volumes, both approaches will need to be supported.
  • Loading branch information
pohly committed May 18, 2020
1 parent 5be33cb commit 0362074
Show file tree
Hide file tree
Showing 2 changed files with 596 additions and 0 deletions.
Loading

0 comments on commit 0362074

Please sign in to comment.