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-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
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
32
-[ ] (R) KEP approvers have approved the KEP status as `implementable`
33
-
-[] (R) Design details are appropriately documented
33
+
-[X] (R) Design details are appropriately documented
34
34
-[ ] (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
36
-[ ] (R) Production readiness review completed
@@ -96,12 +96,14 @@ Remove the `--enable-cadvisor-json-endpoints` flag and the kubelet stops serving
96
96
### Test Plan
97
97
98
98
* This will not have any e2e testing.
99
+
* There are no existing kubernetes e2e tests which check these endpoints.
99
100
100
101
### Graduation Criteria
101
102
102
103
#### GA Graduation
103
104
104
105
* The deprecated flag and relevant code have been removed.
106
+
* We are moving directly to stable, as the endpoints have already been marked deprecated for at least 2 releases.
105
107
106
108
### Upgrade / Downgrade Strategy
107
109
@@ -165,6 +167,7 @@ Remove the `--enable-cadvisor-json-endpoints` flag and the kubelet stops serving
0 commit comments