1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Add Link To Helm Hub

Updated the README with the link to the official descheduler helm chart
on https://hub.helm.sh. This makes it easier for end users to install the
desceduler using helm.
This commit is contained in:
Sean Malloy
2020-09-02 23:55:27 -05:00
parent 08b2dffa42
commit fceebded6d

View File

@@ -77,6 +77,8 @@ kubectl create -f kubernetes/cronjob.yaml
Starting with release v0.18.0 there is an official helm chart that can be used to install the
descheduler. See the [helm chart README](https://github.com/kubernetes-sigs/descheduler/blob/master/charts/descheduler/README.md) for detailed instructions.
The descheduler helm chart is also listed on the [helm hub](https://hub.helm.sh/charts/descheduler/descheduler-helm-chart).
## User Guide
See the [user guide](docs/user-guide.md) in the `/docs` directory.