Bug 1825019
Summary: | kube-proxy deployment does not include any memory/cpu requests | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Cesar Wong <cewong> |
Component: | Networking | Assignee: | Alexander Constantinescu <aconstan> |
Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | aconstan, rtheis |
Version: | 4.5 | ||
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:27:59 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1844136 |
Description
Cesar Wong
2020-04-16 20:50:19 UTC
hi, Cesar, could you help or which QE from Calico can help verified Calico related bug? There are instructions here: https://docs.projectcalico.org/getting-started/openshift/installation I verified with 4.5.0-0.nightly-2020-04-29-173148: $ oc get pods -n kube-proxy NAME READY STATUS RESTARTS AGE openshift-kube-proxy-89h2b 1/1 Running 0 9m17s openshift-kube-proxy-frpzw 1/1 Running 0 9m17s openshift-kube-proxy-lbskh 1/1 Running 0 9m17s Then look at the qosClass in the status of one of the pods: $ oc get pod openshift-kube-proxy-89h2b -o jsonpath='{ .status.qosClass }' -n openshift-kube-proxy Burstable which means the bug is fixed. It was previously BestEffort, which was causing the e2e failure. ok, thanks Cesar . then move this bug to verified. Will this fix be cherry-picked to 4.3 and 4.4? 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 |