Bug 1324603

Summary: [RFE] Quota option to disable build and deploy pods from increasing tenant quota
Product: OpenShift Container Platform Reporter: Ryan Howe <rhowe>
Component: RFEAssignee: Derek Carr <decarr>
Status: CLOSED CURRENTRELEASE QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact:
Priority: high    
Version: 3.1.0CC: aos-bugs, erich, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 22:00:03 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:

Description Ryan Howe 2016-04-06 18:11:30 UTC
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.

Comment 5 Derek Carr 2016-05-12 21:52:12 UTC
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