konveyor/operator

Add support for the following (optional) environment variables.

Closed this issue · 0 comments

Add support for the following HUB (optional) environment variables.

  • TASK_REAP_CREATED - (int) minutes no default needed. Determine how long before a task & task group can remain in the Created state (not submitted) before it is reaped.
  • TASK_REAP_SUCCEEDED - (int) minutes no default needed. Determine how long before a succeeded task is reaped:
    • Associated bucket emptied.
    • Associated pod deleted.
  • TASK_REAP_FAILED - (int) minutes no default needed. Determine how long before a failed task is reaped:
    • Associated bucket emptied.
    • Associated pod deleted.
  • TASK_RETRIES - (int) no default needed. Determine how many times a failed task is tried.

These variables ^^ should be user customizable using Tackle CR variables.
task_reap_created
task_reap_succeeded
task_reap_failed
task_retries
task_sa

  • TASK_SA - Service account name. This should be the tackle-hub SA.