Skip to content

Commit fd1df62

Browse files
authored
Merge pull request kubernetes#1902 from AndiLi99/master
Move CSI snapshot KEP into directory and add an extension for tightening validation
2 parents cbc0d1a + 57b7a0d commit fd1df62

File tree

4 files changed

+925
-0
lines changed

4 files changed

+925
-0
lines changed
File renamed without changes.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
title: CSI Snapshot
2+
kep-number: 177
3+
authors:
4+
- "@jingxu97"
5+
- "@xing-yang"
6+
owning-sig: sig-storage
7+
participating-sigs:
8+
- sig-storage
9+
reviewers:
10+
- "@msau42"
11+
- "@saad-ali"
12+
- "@thockin"
13+
approvers:
14+
- "@msau42"
15+
- "@saad-ali"
16+
- "@thockin"
17+
prr-approvers:
18+
- "@deads2k"
19+
editor: TBD
20+
creation-date: 2019-07-09
21+
last-updated: 2020-07-22
22+
status: implementable
23+
see-also:
24+
- n/a
25+
replaces:
26+
- n/a
27+
superseded-by:
28+
- n/a
29+
30+
# The target maturity stage in the current dev cycle for this KEP.
31+
stage: beta
32+
33+
# The most recent milestone for which work toward delivery of this KEP has been
34+
# done. This can be the current (upcoming) milestone, if it is being actively
35+
# worked on.
36+
latest-milestone: "v1.20"
37+
38+
# The milestone at which this feature was, or is targeted to be, at each stage.
39+
milestone:
40+
alpha: ""
41+
beta: "v1.17"
42+
stable: "v1.20"
43+
44+
# The following PRR answers are required at alpha release
45+
# List the feature gate name and the components for which it must be enabled
46+
feature-gates:
47+
- name: VolumeSnapshotDataSource
48+
components:
49+
- kube-apiserver
50+
disable-supported: true
51+
52+
# The following PRR answers are required at beta release
53+
metrics:
54+

0 commit comments

Comments
 (0)