Skip to content

Commit 96963fb

Browse files
committed
fix kwok provider docs to use cloudProvider and helm chart
1 parent f79e8d4 commit 96963fb

File tree

1 file changed

+2
-2
lines changed
  • cluster-autoscaler/cloudprovider/kwok

1 file changed

+2
-2
lines changed

cluster-autoscaler/cloudprovider/kwok/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Follow [the official docs to install `kwok`](https://kwok.sigs.k8s.io/docs/user/
2727
*Using helm chart*:
2828
```shell
2929
helm repo add cluster-autoscaler https://kubernetes.github.io/autoscaler
30-
helm upgrade --install <release-name> charts/cluster-autoscaler \
30+
helm upgrade --install <release-name> cluster-autoscaler/cluster-autoscaler \
3131
--set "serviceMonitor.enabled"=true --set "serviceMonitor.namespace"=default \
32-
--set "cloudprovider"=kwok --set "image.tag"="<image-tag>" \
32+
--set "cloudProvider"=kwok --set "image.tag"="<image-tag>" \
3333
--set "image.repository"="<image-repo>" \
3434
--set "autoDiscovery.clusterName"="kind-kind" \
3535
--set "serviceMonitor.selector.release"="prom"

0 commit comments

Comments
 (0)