Bug 1962186
Summary: | Increased build and push times for large number of builds | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Paige Rubendall <prubenda> |
Component: | Networking | Assignee: | Antonio Ojea <aojeagar> |
Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | adam.kaplan, anbhat, aos-bugs, bbennett, prubenda, skrenger |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.8.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: | 2021-05-26 14:55:45 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
Paige Rubendall
2021-05-19 13:24:12 UTC
Another note, I had hit something like this in 4.7 (not nearly as bad) and it got better after adding worker nodes as the node selector in the build config for the cluster. I did already edit the build configuration to only schedule builds onto worker nodes and still seeing this regression. oc get -o yaml build.config.openshift.io cluster Add the following to the bottom of the yaml ```spec: buildOverrides: nodeSelector: node-role.kubernetes.io/worker: ""``` I think that this is caused by this other bug https://bugzilla.redhat.com/show_bug.cgi?id=1953102 that will be fixed by https://github.com/openshift/kubernetes/pull/761 All performance tests are going to be affected one way or another by this bug, so we should repeat once the fix is in, to be totally sure. *** This bug has been marked as a duplicate of bug 1953102 *** |