Merge pull request #9819 from shanemcd/fix-reaper

Update pod reaper to work with receptor launched pods

Reviewed-by: Ryan Petrello <None>
Reviewed-by: Alan Rominger <arominge@redhat.com>
This commit is contained in:
softwarefactory-project-zuul[bot]
2021-04-06 20:32:55 +00:00
committed by GitHub
7 changed files with 54 additions and 78 deletions

View File

@@ -68,7 +68,7 @@ DATABASES = {
# the K8S cluster where awx itself is running)
IS_K8S = False
AWX_CONTAINER_GROUP_KEEP_POD = False
RECEPTOR_RELEASE_WORK = True
AWX_CONTAINER_GROUP_K8S_API_TIMEOUT = 10
AWX_CONTAINER_GROUP_POD_LAUNCH_RETRIES = 100
AWX_CONTAINER_GROUP_POD_LAUNCH_RETRY_DELAY = 5