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

Update README.md

`kube-system` namespace provided in the installation instruction.
This commit is contained in:
Paulius Leščinskas
2020-10-02 20:07:24 +03:00
committed by GitHub
parent f9cbed8b71
commit 9ede04ba9b

View File

@@ -6,7 +6,7 @@
```shell
helm repo add descheduler https://kubernetes-sigs.github.io/descheduler/
helm install my-release descheduler/descheduler-helm-chart
helm install my-release --namespace kube-system descheduler/descheduler-helm-chart
```
## Introduction
@@ -22,7 +22,7 @@ This chart bootstraps a [desheduler](https://github.com/kubernetes-sigs/deschedu
To install the chart with the release name `my-release`:
```shell
helm install my-release descheduler/descheduler-helm-chart
helm install --namespace kube-system my-release descheduler/descheduler-helm-chart
```
The command deploys _descheduler_ on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.