Skip to content

Commit c3d4226

Browse files
authored
Merge pull request kubernetes#2265 from msau42/cleanup-keps
Convert storage keps to new format
2 parents 38c31dc + 72aff90 commit c3d4226

File tree

4 files changed

+77
-46
lines changed

4 files changed

+77
-46
lines changed

keps/sig-storage/20190204-scale-testing.md renamed to keps/sig-storage/2263-volume-scale-testing/README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
---
2-
title: Volume Scale and Performance Testing Plan
3-
authors:
4-
- "@msau42"
5-
owning-sig: sig-storage
6-
participating-sigs:
7-
- sig-scalability
8-
reviewers:
9-
- "@pohly"
10-
- "@saad-ali"
11-
- "@wojtek-t"
12-
approvers:
13-
- "@saad-ali"
14-
- "@wojtek-t"
15-
editor: TBD
16-
creation-date: 2019-02-04
17-
last-updated: 2019-03-01
18-
status: implementable
19-
see-also:
20-
- "https://github.com/kubernetes/community/blob/master/sig-scalability/slos/pod_startup_latency.md"
21-
- "https://github.com/kubernetes/perf-tests/blob/master/clusterloader2/docs/design.md"
22-
replaces:
23-
superseded-by:
24-
---
25-
261
# Volume Scale and Performance Testing Plan
272

283
## Table of Contents
@@ -244,4 +219,4 @@ For each volume type that supports deletion:
244219

245220
## Implementation History
246221

247-
222+
2019-07: PV and ephemeral volume tests added to clusterloader2
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
title: Volume scale testing
2+
kep-number: 2263
3+
authors:
4+
- "@msau42"
5+
owning-sig: sig-storage
6+
participating-sigs:
7+
- sig-scalability
8+
status: implementable
9+
creation-date: 2019-02-04
10+
reviewers:
11+
- "@pohly"
12+
- "@saad-ali"
13+
- "@wojtek-t"
14+
approvers:
15+
- "@saad-ali"
16+
- "@wojtek-t"
17+
prr-approvers:
18+
see-also:
19+
- "https://github.com/kubernetes/community/blob/master/sig-scalability/slos/pod_startup_latency.md"
20+
- "https://github.com/kubernetes/perf-tests/blob/master/clusterloader2/docs/design.md"
21+
replaces:
22+
23+
# The target maturity stage in the current dev cycle for this KEP.
24+
stage: stable
25+
26+
# The most recent milestone for which work toward delivery of this KEP has been
27+
# done. This can be the current (upcoming) milestone, if it is being actively
28+
# worked on.
29+
latest-milestone: "v1.15"
30+
31+
# The milestone at which this feature was, or is targeted to be, at each stage.
32+
milestone:
33+
34+
# The following PRR answers are required at alpha release
35+
# List the feature gate name and the components for which it must be enabled
36+
feature-gates:
37+
disable-supported: false
38+
39+
# The following PRR answers are required at beta release
40+
metrics:

keps/sig-storage/20190204-kubernetes-csi-release-process.md renamed to keps/sig-storage/2264-csi-release-ci-process/README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
---
2-
title: kubernetes-csi release process
3-
authors:
4-
- "@pohly"
5-
owning-sig: sig-storage
6-
participating-sigs:
7-
- sig-testing
8-
- sig-release
9-
reviewers:
10-
- "@msau42"
11-
approvers:
12-
- "@msau42"
13-
- "sig-testing: TBD"
14-
- "sig-release: TBD"
15-
editor: "@pohly"
16-
creation-date: 2019-02-04
17-
last-updated: 2019-02-04
18-
status: provisional
19-
---
20-
211
# kubernetes-csi-release-process
222

233
## Table of Contents
@@ -274,6 +254,7 @@ driver.
274254
## Implementation History
275255

276256
- 2019-02-04: initial draft
257+
- 2019-06: implementation complete
277258

278259
## Drawbacks
279260

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
title: Kubernetes CSI release and CI process
2+
kep-number: 2264
3+
authors:
4+
- "@pohly"
5+
owning-sig: sig-storage
6+
participating-sigs:
7+
status: implemented
8+
creation-date: 2019-02-04
9+
reviewers:
10+
- "@msau42"
11+
- "@saad-ali"
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.14"
25+
26+
# The milestone at which this feature was, or is targeted to be, at each stage.
27+
milestone:
28+
29+
# The following PRR answers are required at alpha release
30+
# List the feature gate name and the components for which it must be enabled
31+
feature-gates:
32+
disable-supported: false
33+
34+
# The following PRR answers are required at beta release
35+
metrics:

0 commit comments

Comments
 (0)