Description of problem: Pods idle by default after 24 hours, in some cases. We need to be able to opt out of pod idling in some situations where we may have processes running on a pod even if it looks idle to openshift. We do not believe this is currently possible. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Solly, PTAL. If this is valid, please reassign to the RFE component.
I'm referring to the following scripts, which, if in use, would idle all pods after 24 hours: https://gitolite.corp.redhat.com/cgit/it-syseng/paas/platform-management.git/tree/roles/ose_idling/files
To be clear, application idling is "opt in". Here's an attempt do address this use case: https://github.com/openshift/openshift-ansible/pull/7841 If the PR were merged one could run this playbook as a timed job template from Ansible Tower, excluding a custom list of projects that should not be idled. Kyle, does this satisfy the requirement?