Bug 1840173
Summary: | Provide telemetry metrics for scheduler configs used | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Maciej Szulik <maszulik> |
Component: | kube-scheduler | Assignee: | Mike Dame <mdame> |
Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | 4.5 | CC: | aos-bugs, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:41:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Maciej Szulik
2020-05-26 14:02:37 UTC
Verified bug with the payload below and i see things work as expected. Below are the tests that were run to verify this bug. [ramakasturinarra@dhcp35-60 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.5.0-0.nightly-2020-05-27-234738 True False 9h Cluster version is 4.5.0-0.nightly-2020-05-27-234738 Install 4.5 cluster with the above payload config map set in scheduler cluster object. run command oc get route -A and browse through the prometheus URL And select the parameter cluster_legacy_scheduler_policy and verify that it is shown as below cluster_legacy_scheduler_policy{endpoint="https",instance="10.129.0.9:8443",job="metrics",namespace="openshift-kube-scheduler-operator",pod="openshift-kube-scheduler-operator-7db8fd5d94-x8zdn",service="metrics"} 0 Now create a configmap and use it with the scheduler cluster object. Now go to prometheus UI and select the parameter cluster_legacy_scheduler_policy and click on execute. Verify for the below parameters cluster_legacy_scheduler_policy{endpoint="https",instance="10.129.0.9:8443",job="metrics",namespace="openshift-kube-scheduler-operator",pod="openshift-kube-scheduler-operator-7db8fd5d94-x8zdn",service="metrics"} 1 Based on the above results moving the bug to verified state. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |