-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
What you would like to be added?
In our service we want to disable "stalegangeviction" action. However ,in the helm chart the "action" field in the config map (https://github.com/NVIDIA/KAI-Scheduler/blob/main/deployments/kai-scheduler/templates/services/scheduler-configmap.yaml) is not configured by the value file. Therefore we have to do a manual patch after "helm install".
We'd like to have it as a configurable field so that we can do
helm upgrade --install kai-scheduler kai-scheduler-v0.5.1.tgz \
--create-namespace -n kai-scheduler \
--values kai-selectors.yaml \
--set scheduler.config.actions="allocate, consolidation, reclaim, preempt"
Why is this needed?
see above
Reactions are currently unavailable