-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
kind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.stage/stableDenotes an issue tracking an enhancement targeted for Stable/GA statusDenotes an issue tracking an enhancement targeted for Stable/GA status
Description
Enhancement Description
- One-line enhancement description (can be used as a release note): inline volumes with normal provisioning
- Kubernetes Enhancement Proposal: generic ephemeral inline volumes KEP #1701
- Primary contact (assignee): @pohly
- Responsible SIGs: @kubernetes/sig-storage-feature-requests
- Enhancement target (which target equals to which milestone):
- Alpha release target: 1.19
- Beta release target: 1.21
- Stable release target: 1.23
The current CSI ephemeral inline volume support is designed for CSI drivers that are specifically written for such volumes. The assumption is that such volumes can be created and destroyed quickly on a node together with the pod. Parameters are driver specific.
But ephemeral inline volumes are also useful in combination with traditional storage drivers, for example as temporary scratch space. The goal is to enable ephemeral inline volumes such that:
- normal storage drivers can provide them without having to be modified for that
- all of the usual volume parameters (size, storage class) are available
- storage capacity tracking and pod scheduling works for them
Metadata
Metadata
Assignees
Labels
kind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIkind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.sig/storageCategorizes an issue or PR as relevant to SIG Storage.Categorizes an issue or PR as relevant to SIG Storage.stage/stableDenotes an issue tracking an enhancement targeted for Stable/GA statusDenotes an issue tracking an enhancement targeted for Stable/GA status