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

Move CSI snapshot KEP into directory and add an extension for tightening validation #1902

Merged
merged 20 commits into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions keps/sig-storage/177-volume-snapshot/kep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
title: CSI Snapshot
kep-number: 177
authors:
- "@jingxu97"
- "@xing-yang"
owning-sig: sig-storage
participating-sigs:
- sig-storage
reviewers:
- "@msau42"
- "@saad-ali"
- "@thockin"
approvers:
- "@msau42"
- "@saad-ali"
- "@thockin"
prr-approvers:
- "@deads2k"
editor: TBD
creation-date: 2019-07-09
last-updated: 2020-07-22
status: implementable
see-also:
- n/a
replaces:
- n/a
superseded-by:
- n/a

# The target maturity stage in the current dev cycle for this KEP.
stage: beta

# 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: ""
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:

Loading