Skip to content

Commit bdccabb

Browse files
authored
Case fix in example for kwok cloudProvider
Fixes a case error in the example to generate the manifests of the CA for the kwok cloudProvider.
1 parent 3b0c3bf commit bdccabb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/kwok/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow [the official docs to install `kwok`](https://kwok.sigs.k8s.io/docs/user/
2929
helm repo add cluster-autoscaler https://kubernetes.github.io/autoscaler
3030
helm upgrade --install <release-name> charts/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)