Hide Forgot
This RFE is requesting an option or feature that would allow the administrator to configure a tenants quota to dismiss build and deploy pods from counting towards quota.
https://trello.com/c/4JCaIlrG/294-8-runonce-pod-quotas
The ability to quota time-bound vs long-running pods is in 3.2. Build and deployer pods have an active deadline (meaning they are bound to complete in a specified time), and therefore you can now charge those under a time-bound quota. Long running apps that have a more permanent footprint can go under the long-running quota. There are examples documented in this PR that configure each quota type: https://github.com/openshift/openshift-docs/pull/2086