kubernetes-sigs / descheduler

Descheduler for Kubernetes
https://sigs.k8s.io/descheduler
Apache License 2.0
4.23k stars 645 forks source link

Docs for CRDs missing #1306

Closed kaiivoschneider closed 6 months ago

kaiivoschneider commented 7 months ago

Nowhere in docs it is stated how to install the custom resource definitions for rescheduler. Installation of descheduler works, but obviously I cannot create a DeschedulerPolicy because my cluster does not know this resource kind.

grzesuav commented 7 months ago

@kaiivoschneider it is not crd, it should be placed as config file in configmap

grzesuav commented 7 months ago

take a look at https://github.com/kubernetes-sigs/descheduler/blob/master/charts/descheduler/templates/configmap.yaml and in general on this helm chart

a7i commented 6 months ago

@grzesuav is correct.

This also matchesKubeSchedulerConfiguration which is not a CRD. Please feel free to reopen.

/kind support /close

k8s-ci-robot commented 6 months ago

@a7i: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/descheduler/issues/1306#issuecomment-1847994822): >@grzesuav is correct. > >This also matches`KubeSchedulerConfiguration` which is not a CRD. Please feel free to reopen. > >/kind support >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.