Bug 1814594
| Summary: | sdn/ovn: KubePodCrashLooping in 4.5 release promotion jobs | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Stefan Schimanski <sttts> |
| Component: | Networking | Assignee: | Ricardo Carrillo Cruz <ricarril> |
| Networking sub component: | ovn-kubernetes | QA Contact: | zhaozhanqi <zzhao> |
| Status: | CLOSED WORKSFORME | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aconstan, aos-bugs, aos-storage-staff, bbennett, lxia, mfojtik, ricarril, rkhan, wking |
| Version: | 4.5 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1814458 | Environment: | |
| Last Closed: | 2020-05-18 12:25:36 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: | |||
|
Description
Stefan Schimanski
2020-03-18 10:46:34 UTC
I checked past release-openshift-ocp-installer-e2e-aws-4.5 and the iptables issue seems gone. Also, I don't see KubePodCrashLooping. Closing, if this reoccurs please reopen. Checking again (over the past 48h), I agree that the csi-snapshot-controller-..., ovnkube-node-..., and sdn-controller-... issues seem to be gone in CI: $ curl -Ls 'https://search.svc.ci.openshift.org/search?search=promQL+query:+count_over_time.*reported+incorrect+results.*KubePodCrashLooping&type=junit&maxAge=48h&context=0' | jq -r '. | to_entries[].value | to_entries[].value[].context[]' | sed -n 's/.*incorrect results:\\n\(.*\)",$/\1/p' | sed 's|\\||g' | jq -r '.[].metric | select(.alertname == "KubePodCrashLooping").namespace' | sort | uniq -c | sort -n parse error: Invalid numeric literal at line 47, column 1698 1 openshift-cloud-credential-operator 1 openshift-cluster-storage-operator 1 openshift-kube-scheduler 4 openshift-console 43 openshift-kube-apiserver 47 openshift-kube-controller-manager |