You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-storage/3756-volume-reconstruction/README.md
+25-6Lines changed: 25 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,19 +104,19 @@ SIG Architecture for cross-cutting KEPs).
104
104
105
105
Items marked with (R) are required *prior to targeting to a milestone / release*.
106
106
107
-
-[] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
108
-
-[] (R) KEP approvers have approved the KEP status as `implementable`
107
+
-[X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
108
+
-[X] (R) KEP approvers have approved the KEP status as `implementable`
109
109
-[X] (R) Design details are appropriately documented
110
110
-[X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
111
-
-[ ] e2e Tests for all Beta API Operations (endpoints)
111
+
-[] e2e Tests for all Beta API Operations (endpoints)
112
112
-[ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
113
113
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
114
114
-[X] (R) Graduation criteria is in place
115
115
-[ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
116
-
-[] (R) Production readiness review completed
116
+
-[X] (R) Production readiness review completed
117
117
-[ ] (R) Production readiness review approved
118
118
-[X] "Implementation History" section is up-to-date for milestone
119
-
-[] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
119
+
-[X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
120
120
-[ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
A whole new job was added to ensure static pods can start when kubelet restarts: [ci-kubernetes-e2e-storage-kind-disruptive](https://testgrid.k8s.io/sig-storage-kubernetes#kind-disruptive).
570
+
There was a single installation flake in the last 14 days (captured on 2024-01-23).
571
+
569
572
### Graduation Criteria
570
573
571
574
#### Alpha
@@ -769,7 +772,7 @@ Longer term, we may want to require automated upgrade/rollback tests, but we
769
772
are missing a bunch of machinery and tooling and can't do that now.
770
773
-->
771
774
772
-
Not yet. This will be a manual test.
775
+
Yes, see https://github.com/kubernetes/enhancements/issues/3756#issuecomment-1906255361 (and expand `Details`).
773
776
774
777
###### Is the rollout accompanied by any deprecations and/or removals of features, APIs, fields of API types, flags, etc.?
775
778
@@ -985,6 +988,20 @@ This through this both in small and large cases, again with respect to the
985
988
986
989
No.
987
990
991
+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
992
+
993
+
<!--
994
+
Focus not just on happy cases, but primarily on more pathological cases
995
+
(e.g. probes taking a minute instead of milliseconds, failed pods consuming resources, etc.).
996
+
If any of the resources can be exhausted, how this is mitigated with the existing limits
997
+
(e.g. pods per node) or new limits added by this KEP?
998
+
999
+
Are there any tests that were run/should be run to understand performance characteristics better
1000
+
and validate the declared limits?
1001
+
-->
1002
+
1003
+
No.
1004
+
988
1005
### Troubleshooting
989
1006
990
1007
<!--
@@ -1045,6 +1062,8 @@ Ensure that:
1045
1062
1046
1063
* 1.27: Splitting out as a separate KEP, targeting Beta in this release.
1047
1064
1065
+
* 1.30: GA.
1066
+
1048
1067
<!--
1049
1068
Major milestones in the lifecycle of a KEP should be tracked in this section.
0 commit comments