➹ New Feature implementation request
Is your feature request related to a problem?
- To optimize secureCodeBox setups with 100s or 1000s of parralel scans I'd like to use Kueue as a additional Job scheduler to optimize resource usage and ensure that clusters are not overloaded by more pods that they can handle.
Describe the solution you'd like
- To use Kueue jobs are required to be started in as
suspended. Suspended Jobs don't create Pods untill they are unsuspendedn. This lets Kueue prioritize which jobs to run and doesn't unsuspend jobs when no resources are available.
- To allow me to start the jobs for the scans in a suspended way we need to add a
suspend field to the ScanType.
Describe alternatives you've considered
Add field using kustomize after the chart is rendered.
Additional context
https://kueue.sigs.k8s.io/docs/overview/
➹ New Feature implementation request
Is your feature request related to a problem?
Describe the solution you'd like
suspended. Suspended Jobs don't create Pods untill they are unsuspendedn. This lets Kueue prioritize which jobs to run and doesn't unsuspend jobs when no resources are available.suspendfield to theScanType.Describe alternatives you've considered
Add field using kustomize after the chart is rendered.
Additional context
https://kueue.sigs.k8s.io/docs/overview/