Skip to content

Commit f2464dc

Browse files
Mark scheduler pod resource metrics as beta
They will be part of 1.21 as beta stability.
1 parent e1acd19 commit f2464dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/cluster-administration/system-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ cloudprovider_gce_api_request_duration_seconds { request = "list_disk"}
134134

135135
### kube-scheduler metrics
136136

137-
{{< feature-state for_k8s_version="v1.20" state="alpha" >}}
137+
{{< feature-state for_k8s_version="v1.21" state="beta" >}}
138138

139139
The scheduler exposes optional metrics that reports the requested resources and the desired limits of all running pods. These metrics can be used to build capacity planning dashboards, assess current or historical scheduling limits, quickly identify workloads that cannot schedule due to lack of resources, and compare actual usage to the pod's request.
140140

0 commit comments

Comments
 (0)