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-node/2129-remove-cadvisor-json-metrics/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@
29
29
## Release Signoff Checklist
30
30
31
31
-[X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements](https://github.com/kubernetes/enhancements/issues/1867)
32
-
-[] (R) KEP approvers have approved the KEP status as `implementable`
32
+
-[X] (R) KEP approvers have approved the KEP status as `implementable`
33
33
-[X] (R) Design details are appropriately documented
34
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
34
+
-[X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
35
35
-[X] (R) Graduation criteria is in place
36
-
-[] (R) Production readiness review completed
36
+
-[X] (R) Production readiness review completed
37
37
-[ ] Production readiness review approved
38
38
-[ ] "Implementation History" section is up-to-date for milestone
39
39
-[ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
@@ -102,6 +102,7 @@ Remove the `--enable-cadvisor-json-endpoints` flag and the kubelet stops serving
102
102
103
103
* This will not have any e2e testing.
104
104
* There are no existing kubernetes e2e tests which check these endpoints.
105
+
* When removing the endpoints, we will manually test that the endpoints are no longer being served.
0 commit comments