-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
kep.yaml
67 lines (62 loc) · 1.42 KB
/
kep.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
title: OCI objects as VolumeSource
kep-number: 4639
authors:
- "@sallyom"
- "@saschagrunert"
owning-sig: sig-node
participating-sigs:
- sig-node
- sig-storage
status: implementable
creation-date: 2024-05-17
reviewers:
- "@BigVan"
- "@ChaoyiHuang"
- "@SergeyKanzhelev"
- "@aojea"
- "@arewm"
- "@cgwalters"
- "@gnufied"
- "@haircommander"
- "@humblec"
- "@jsafrane"
- "@kfox1111"
- "@ktarplee"
- "@liu-cong"
- "@mariasalcedo"
- "@mikebrow"
- "@mrunalp"
- "@rchincha"
- "@samuelkarp"
- "@sftim"
- "@smarterclayton"
- "@sudo-bmitch"
- "@syed"
- "@terrytangyuan"
- "@vsoch"
- "@xing-yang"
approvers:
- "@sig-node-leads"
- "@sig-storage-leads"
- "@mrunalp"
# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
# 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.31"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.31"
beta: "v1.32"
stable: "v1.33"
# 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: ImageVolume
components:
- kube-apiserver
- kubelet
disable-supported: true
# The following PRR answers are required at beta release
metrics: []