Skip to content

Commit 38c31dc

Browse files
authored
Merge pull request kubernetes#2262 from msau42/cleanup-keps
Move mount library staging kep to new format
2 parents afc1eb0 + a086e92 commit 38c31dc

File tree

2 files changed

+37
-22
lines changed

2 files changed

+37
-22
lines changed

keps/sig-storage/20200508-move-utils-mount-2staging.md renamed to keps/sig-storage/2261-staging-mount-library/README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
---
2-
title: Move utils/mount from vendor to staging
3-
authors:
4-
- "@brahmaroutu"
5-
owning-sig: sig-storage
6-
participating-sigs:
7-
- sig-architecture
8-
- sig-testing
9-
reviewers:
10-
- "@msau42"
11-
- "@dims"
12-
- "@saad-ali"
13-
approvers:
14-
- "@saad-ali"
15-
creation-date: 2020-05-08
16-
last-updated: 2020-05-08
17-
status: implementable
18-
see-also:
19-
replaces:
20-
superseded-by:
21-
---
22-
231
## Table of Contents
242

253
<!-- toc -->
@@ -98,6 +76,7 @@ None
9876

9977
2020-05-08: KEP opened
10078
2020-05-08: KEP marked implementable
79+
1.20: mount library moved to staging, all callers except cadvisor switched
10180

10281
## Alternatives
10382

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
title: Move mount library to staging
2+
kep-number: 2261
3+
authors:
4+
- "@brahmarotu"
5+
owning-sig: sig-storage
6+
participating-sigs:
7+
status: implementable
8+
creation-date: 2020-05-08
9+
reviewers:
10+
- "@msau42"
11+
- "@thockin"
12+
approvers:
13+
- "@msau42"
14+
prr-approvers:
15+
see-also:
16+
replaces:
17+
18+
# The target maturity stage in the current dev cycle for this KEP.
19+
stage: stable
20+
21+
# The most recent milestone for which work toward delivery of this KEP has been
22+
# done. This can be the current (upcoming) milestone, if it is being actively
23+
# worked on.
24+
latest-milestone: "v1.20"
25+
26+
# The milestone at which this feature was, or is targeted to be, at each stage.
27+
milestone:
28+
stable: "v1.20"
29+
30+
# The following PRR answers are required at alpha release
31+
# List the feature gate name and the components for which it must be enabled
32+
feature-gates:
33+
disable-supported: false
34+
35+
# The following PRR answers are required at beta release
36+
metrics:

0 commit comments

Comments
 (0)