-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
4.11.z
-
No
-
Pipeline Integrations #3248, Pipeline Integrations #3249, Pipeline Integrations #3250
-
3
-
Rejected
-
False
-
Description of problem:
Each build config creates three configmaps <NAME>-ca, <NAME>-global-ca, and <NAME>-sys-config which generally stays in the namespace even after build completes. Due to old configmaps in the namespace, resource quota prevents creating new configmaps and end up failing the build. Each time user needs to delete the old configmaps and then build gets succeeded.
Version-Release number of selected component (if applicable):
How reproducible:
Every build config creates the configmaps by default
Steps to Reproduce:
1. 2. 3.
Actual results:
Old configmaps stays in the namespace.
Expected results:
Clean the old configmaps once build process completes.
Additional info: