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
**ACTION REQUIRED:** In order to merge code into a release, there must be an
66
+
issue in [kubernetes/enhancements] referencing this KEP and targeting a release
67
+
milestone **before the [Enhancement Freeze](https://git.k8s.io/sig-release/releases)
68
+
of the targeted release**.
69
+
70
+
For enhancements that make changes to code or processes/procedures in core
71
+
Kubernetes—i.e., [kubernetes/kubernetes], we require the following Release
72
+
Signoff checklist to be completed.
73
+
74
+
Check these off as they are completed for the Release Team to track. These
75
+
checklist items _must_ be updated for the enhancement to be released.
76
+
-->
77
+
78
+
Items marked with (R) are required *prior to targeting to a milestone / release*.
79
+
80
+
-[ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
81
+
-[ ] (R) KEP approvers have approved the KEP status as `implementable`
82
+
-[ ] (R) Design details are appropriately documented
83
+
-[ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
84
+
-[ ] e2e Tests for all Beta API Operations (endpoints)
85
+
-[ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
86
+
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
87
+
-[ ] (R) Graduation criteria is in place
88
+
-[ ] (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)
89
+
-[ ] (R) Production readiness review completed
90
+
-[ ] (R) Production readiness review approved
91
+
-[ ] "Implementation History" section is up-to-date for milestone
92
+
-[ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
93
+
-[ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
94
+
95
+
<!--
96
+
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -359,6 +401,10 @@ and creating new ones, as well as about cluster-level services (e.g. DNS):
359
401
- Impact of its outage on the feature:
360
402
- Impact of its degraded performance or high-error rates on the feature:
361
403
-->
404
+
The HPA requires the `metrics.k8s.io` APIs to be available in the cluster to operate,This API is served by the Metrics Server,
405
+
without Metrics Server autoscaling on resource metrics will not work. Without the a custom metrics adapter and the backing metric store running, custom
406
+
and external metrics will not work. If there are multiple metrics defined and one is not available, scale up will
0 commit comments