Skip to content

Making field configurable in configmap actions #207

@xutongNV

Description

@xutongNV

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions