Skip to content

Commit

Permalink
fix kwok provider docs to use cloudProvider and helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmir committed Oct 2, 2024
1 parent f79e8d4 commit 54543dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-autoscaler/cloudprovider/kwok/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Follow [the official docs to install `kwok`](https://kwok.sigs.k8s.io/docs/user/
*Using helm chart*:
```shell
helm repo add cluster-autoscaler https://kubernetes.github.io/autoscaler
helm upgrade --install <release-name> charts/cluster-autoscaler \
helm upgrade --install <release-name> cluster-autoscaler/cluster-autoscaler \
--set "serviceMonitor.enabled"=true --set "serviceMonitor.namespace"=default \
--set "cloudprovider"=kwok --set "image.tag"="<image-tag>" \
--set "cloudProvider"=kwok --set "image.tag"="<image-tag>" \
--set "image.repository"="<image-repo>" \
--set "autoDiscovery.clusterName"="kind-kind" \
--set "serviceMonitor.selector.release"="prom"
Expand Down

0 comments on commit 54543dc

Please sign in to comment.