You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
An e2e tests with falls under the customconfigs/ directory that would test WaitForPodsReady feature. We already have integration tests for WaitForPodsReady but they don't run job controller, so it would be nice to have some scenarios with job controller covered.
Scenarios:
.timeout is surpassed before all pods reach readiness - the workload is evicted, and requeued
during runtime a pod fails, and .recoveryTimeout is surpassed - the workload is evicted and requeued
during runtime a pod fails, and the recovery pod is scheduled before .recoveryTimeout is surpassed - the workload continues to run
Why is this needed:
Completion requirements:
This enhancement requires the following artifacts:
Code changes
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
An e2e tests with falls under the
customconfigs/
directory that would testWaitForPodsReady
feature. We already have integration tests for WaitForPodsReady but they don't run job controller, so it would be nice to have some scenarios with job controller covered.Scenarios:
.timeout
is surpassed before all pods reach readiness - the workload is evicted, and requeued.recoveryTimeout
is surpassed - the workload is evicted and requeued.recoveryTimeout
is surpassed - the workload continues to runWhy is this needed:
Completion requirements:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: