1# Importing descheduler 2 3- Modify `version` var in [third_party/k8s/descheduler/justfile](./justfile) 4- Modify appropriate image tags in [third_party/k8s/descheduler/kustomization.yaml](./kustomization.yaml) 5- Run the following command to pull in new files from source 6 7```shell 8just third_party/k8s/descheduler/update 9```