Attention: Deprecation notice for Bintray, JCenter, GoCenter and ChartCenter. Learn More
stevehipwell/descheduler
Chart version: 1.0.6
Api version: v1
App version: 0.9.0
DEPRECATED - Helm chart for the Kubernetes Descheduler.
application
Chart Type
DEPRECATED
Status
Unknown
License
2292
Downloads
https://stevehipwell.github.io/helm-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install descheduler center/stevehipwell/descheduler
Versions (0)
View all
[DEPRECATED] Descheduler for Kubernetes
Descheduler is used to rebalance clusters by evicting pods that can potentially be scheduled on better nodes. In the current implementation, Descheduler does not schedule replacement of evicted pods but relies on the default scheduler for that.
Installing the Chart
Before you can install the chart you will need to add the stevehipwell
repo to Helm.
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
After you’ve installed the repo you can install the chart.
helm upgrade --install --namespace default --values ./my-values.yaml my-release stevehipwell/descheduler
Configuration
The following table lists the configurable parameters of the descheduler chart and their default values.
Parameter | Description | Default |
---|---|---|
image.repository |
Docker repository to use | aveshagarwal/descheduler |
image.tag |
Docker tag to use | 0.9.0 |
image.pullPolicy |
Docker image pull policy | IfNotPresent |
nameOverride |
String to partially override descheduler.fullname template (will prepend the release name) |
"" |
fullnameOverride |
String to fully override descheduler.fullname template |
"" |
schedule |
The cron schedule to run the descheduler job on | "*/2 * * * *" |
cmdOptions |
The options to pass to the descheduler command | see values.yaml |
deschedulerPolicy.strategies |
The descheduler strategies to apply | see values.yaml |
priorityClassName |
The name of the priority class to add to pods | system-cluster-critical |
rbac.create |
If true , create & use RBAC resources |
true |
serviceAccount.create |
If true , create a service account for the cron job |
true |
serviceAccount.name |
The name of the service account to use, if not set and create is true a name is generated using the fullname template | nil |