Bug 1867148
Summary: | descheduler pod has panic error: runtime.boundsError | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | zhou ying <yinzhou> |
Component: | kube-scheduler | Assignee: | Mike Dame <mdame> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.6 | CC: | aos-bugs, mfojtik, tnozicka |
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-27 16:26:34 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
zhou ying
2020-08-07 13:51:26 UTC
Think I have an upstream fix for this in https://github.com/kubernetes-sigs/descheduler/pull/369 Will pull this in with the final 1.19 GA rebase Downstream PR created at https://github.com/openshift/descheduler/pull/36 Can't reproduce the issue now. will verify it. [root@dhcp-140-138 ~]# oc get csv NAME DISPLAY VERSION REPLACES PHASE clusterkubedescheduleroperator.4.6.0-202008111711.p0 Kube Descheduler Operator 4.6.0-202008111711.p0 Succeeded [root@dhcp-140-138 ~]# oc logs -f po/cluster-59668b45bf-5mg6r |grep zhouy I0818 01:28:57.046840 1 evictions.go:148] Evicted pod: "dedicated-nodes" in namespace "zhouy" (NodeTaint) I0818 01:28:57.047119 1 event.go:282] Event(v1.ObjectReference{Kind:"Pod", Namespace:"zhouy", Name:"dedicated-nodes", UID:"a984ff74-bde2-4110-b33a-317010926fe2", APIVersion:"v1", ResourceVersion:"1043743", FieldPath:""}): type: 'Normal' reason: 'Descheduled' pod evicted by sigs.k8s.io/descheduler (NodeTaint) 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 (OpenShift Container Platform 4.6 GA Images), 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:4196 |