Bug 1819849
Summary: | [4.4] CI: "ResourceQuota should create a ResourceQuota and capture the life of a secret" with "expected 6, actual 9" | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Adam Kaplan <adam.kaplan> | |
Component: | openshift-controller-manager | Assignee: | Adam Kaplan <adam.kaplan> | |
Status: | CLOSED ERRATA | QA Contact: | wewang <wewang> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.3.z | CC: | adam.kaplan, aos-bugs, bparees, ccoleman, ikarpukh, mfojtik, pmuller, wewang, wking, xiyuan, xxia, zyu | |
Target Milestone: | --- | |||
Target Release: | 4.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | devex | |||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: client used to create pull secrets for the internal registry had a low rate limit
Consequence: if a large number of namespaces are created in a short time window, it could take a long time for image registry pull secrets to be created
Fix: increased the rate limit for the client used to create pull secrets for the internal registry
Result: internal registry pull secrets are quickly created, even under heavy load
|
Story Points: | --- | |
Clone Of: | 1785023 | |||
: | 1819850 (view as bug list) | Environment: | ||
Last Closed: | 2020-05-04 11:47:45 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: | 1785023 | |||
Bug Blocks: | 1819850 |
Comment 1
Lukasz Szaszkiewicz
2020-04-08 07:27:06 UTC
Moved back to ASSIGNED. Not sure why the Bugzilla bot felt like it was time for MODIFIED. https://github.com/openshift/origin/pull/24816#issuecomment-610577083 failed a backport. Not sure if it's been worked up manually yet. If so, nobody linked back to origin#24816. I don't see anyone even attempting a backport of https://github.com/openshift/origin/pull/24754? The critical PR for this bug has merged: https://github.com/openshift/openshift-controller-manager/pull/89 https://github.com/openshift/origin/pull/24754 does not appear to be needed because near as I can tell the test was never disabled in 4.4 (though i'm curious why not) https://github.com/openshift/origin/pull/24776 should be backported once it merges, but it is not critical for this bug to be verified (it is adding an e2e test to this general area). Checked recent result of jobs, all passed, so verified it. ResourceQuota should create a ResourceQuota and capture the life of a secret jobs: https://testgrid.k8s.io/redhat-openshift-ocp-release-4.4-blocking#release-openshift-ocp-installer-e2e-aws-4.4 https://testgrid.k8s.io/redhat-openshift-ocp-release-4.4-blocking#release-openshift-origin-installer-e2e-gcp-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:0581 |