keps/sig-storage/177-volume-snapshot/kep.yaml (33 lines of code) (raw):
title: CSI Snapshot
kep-number: 177
authors:
- "@jingxu97"
- "@xing-yang"
- "@yuxiangqian"
owning-sig: sig-storage
participating-sigs:
- sig-storage
status: implemented
creation-date: 2019-07-09
reviewers:
- "@msau42"
- "@saad-ali"
- "@thockin"
approvers:
- "@msau42"
- "@saad-ali"
- "@thockin"
see-also:
- "keps/sig-storage/1900-volume-snapshot-validation-webhook"
# The target maturity stage in the current dev cycle for this KEP.
stage: stable
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.20"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.12"
beta: "v1.17"
stable: "v1.20"
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: VolumeSnapshotDataSource
components:
- kube-apiserver
disable-supported: true
# The following PRR answers are required at beta release
metrics: