update docs with helm test info

This commit is contained in:
Pravar Agrawal
2021-04-15 15:56:42 +05:30
parent 92cb1b23ed
commit 8b5c4e805d
3 changed files with 19 additions and 6 deletions
+13
View File
@@ -39,5 +39,18 @@ make test-unit
make test-e2e
```
## Run Helm Tests
Run the helm test for a particular descheduler release by setting below variables,
```
HELM_IMAGE_REPO="descheduler"
HELM_IMAGE_TAG="helm-test"
HELM_CHART_LOCATION="./charts/descheduler"
```
The helm tests runs as part of descheduler CI. But, to run it manually from the descheduler root,
```
make test-helm
```
### Miscellaneous
See the [hack directory](https://github.com/kubernetes-sigs/descheduler/tree/master/hack) for additional tools and scripts used for developing the descheduler.