Bug 1948267

Summary: [kube-descheduler]descheduler operator pod should not run as “BestEffort” qosClass
Product: OpenShift Container Platform Reporter: Jan Chaloupka <jchaloup>
Component: kube-schedulerAssignee: Jan Chaloupka <jchaloup>
Status: CLOSED ERRATA QA Contact: RamaKasturi <knarra>
Severity: high Docs Contact:
Priority: high    
Version: 4.7CC: aos-bugs, mfojtik
Target Milestone: ---   
Target Release: 4.7.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-04-26 16:08:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1947771    
Bug Blocks:    

Description Jan Chaloupka 2021-04-11 08:54:42 UTC
This bug was initially created as a copy of Bug #1947771

I am copying this bug because: 



Description of problem:
descheduler operator pod should not run as “BestEffort” qosClass

Version-Release number of selected component (if applicable):
[root@localhost verification-tests]# oc get csv  clusterkubedescheduleroperator.4.8.0-202104072252.p0  -n openshift-kube-descheduler-operator
NAME                                                   DISPLAY                     VERSION                 REPLACES   PHASE
clusterkubedescheduleroperator.4.8.0-202104072252.p0   Kube Descheduler Operator   4.8.0-202104072252.p0              Succeeded

How reproducible:
Always

Steps to Reproduce:
1) Check the descheduler-operator pod status by command: 
`oc get po descheduler-operator-6c7dc99c6c-n5xhj -o json -n openshift-kube-descheduler-operator |jq .status.qosClass`

Actual results:
1) Show the descheduler operator pod runs as “BestEffort” qosClass
[root@localhost verification-tests]# oc get po descheduler-operator-6c7dc99c6c-n5xhj -o json -n openshift-kube-descheduler-operator |jq .status.qosClass 
"BestEffort"


Expected results:
1) Should set cpu/memory limits/request for the descheduler operator pod.

Additional info:

Comment 2 RamaKasturi 2021-04-15 10:18:43 UTC
Do not have the latest descheduler operator yet, will verify once present.

Comment 4 RamaKasturi 2021-04-20 11:05:29 UTC
Verified with the build below and i do see that descheduler operator pod has memory & cpu set.

[knarra@knarra openshift-client-linux-4.7.0-0.nightly-2021-04-17-022838]$ ./oc get pod descheduler-operator-56978f7d46-ctktt -o json -n openshift-kube-descheduler-operator |jq .status.qosClass
"Burstable"

[knarra@knarra openshift-client-linux-4.7.0-0.nightly-2021-04-17-022838]$ ./oc get pod descheduler-operator-56978f7d46-ctktt -o json -n openshift-kube-descheduler-operator | grep "cpu"
                                        "f:cpu": {},
                        "cpu": "10m",

[knarra@knarra openshift-client-linux-4.7.0-0.nightly-2021-04-17-022838]$ ./oc get pod descheduler-operator-56978f7d46-ctktt -o json -n openshift-kube-descheduler-operator | grep "memory"
                                        "f:memory": {}
                        "memory": "50Mi"
                "key": "node.kubernetes.io/memory-pressure",

 "resources": {
                    "requests": {
                        "cpu": "10m",
                        "memory": "50Mi"
                    }
                },

Based on the above moving bug to verified state.

Comment 6 errata-xmlrpc 2021-04-26 16:08:25 UTC
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 (Moderate: OpenShift Container Platform 4.7.8 security and bug fix update), 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/RHSA-2021:1225