Skip to content

Commit 0d14eca

Browse files
authored
Merge pull request #7993 from pierreozoux/pierreozoux-patch-2
docs(autoscaler): add details about flags
2 parents c187e7f + e51dcfb commit 0d14eca

File tree

1 file changed

+6
-0
lines changed
  • cluster-autoscaler/cloudprovider/clusterapi

1 file changed

+6
-0
lines changed

cluster-autoscaler/cloudprovider/clusterapi/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ in the staging namespace, belonging to the purple cluster, with the label owner=
7979

8080
## Connecting cluster-autoscaler to Cluster API management and workload Clusters
8181

82+
> [!IMPORTANT]
83+
> `--cloud-config` is the flag for specifying a mount volume path to the kubernetes configuration (ie KUBECONFIG) to the cluster-autoscaler for communicating with the cluster-api management cluster for the purpose of scaling machines.
84+
85+
> [!IMPORTANT]
86+
> ``--kubeconfig` is the flag for specifying a mount volume path to the kubernetes configuration (ie KUBECONFIG) to the cluster-autoscaler for communicating with the cluster-api workload cluster for the purpose of watching Nodes and Pods. This flag can be affected by the desired topology for deploying the cluster-autoscaler, please see the diagrams below for more information.
87+
8288
You will also need to provide the path to the kubeconfig(s) for the management
8389
and workload cluster you wish cluster-autoscaler to run against. To specify the
8490
kubeconfig path for the workload cluster to monitor, use the `--kubeconfig`

0 commit comments

Comments
 (0)