-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification of CA Rancher Provider capabilities #7148
Comments
/area provider/rancher |
cc @ctrox (PTAL!) |
I think cluster-autoscaler in general does not support targeting multiple workload clusters with a single instance. The API for the different cloud-providers is limited in that it targets a single workload cluster.
I agree that it could be made a bit more clear in the docs making it clear that only a single workload cluster can be targeted. The current
The |
Awesome, thanks for the clarification @ctrox. Its a shame there is not more information on using the autoscaler in the Suse/Rancher docs. You would think this is something they would put front and center. I know they have an AWS example, it would be nice if they expanded the docs to cover the other platforms they support. Thank you for creating and maintaining the Rancher Provider and answering my question. |
Hi @jDmacD, if your concern is resolved, so can we close this issue? |
Hi everyone! Is it possible to have more examples on how to setup the RKE2 cluster in order for the autoscaler to work? How can I be of help? |
IMO, it would be helpful for users to have more examples of how we can use CA with Rancher RKE2. you can propose a PR if you have any examples like that. Let's wait for others opinion. |
cc @ctrox |
@diegonayalazo already opened a PR that improves the example config (#7266), I just created #7405 to address what the issue originally asked about. Other than that I'm not sure what else can be done as there aren't really any other config options and the few fields that we have should hopefully be clear after these PRs are merged. |
Hi @ctrox, Thanks for the above information, I thought @diegonayalazo was asking for adding example (another than the existing) for Rancher RKE2. |
Which component are you using?:
CA Rancher Provider
Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
The documentation for the Rancher Provider states, emphasis mine:
My reading of this is that CA can be deployed to a Rancher server in order to scale RKE2 clusters that Rancher creates. But the example
cloud-config
implies that only a single RKE2 cluster can be targeted for scaling usingclusterName
andclusterNamespace
There is no mention of any autodiscovery capabilities or configuration for the Rancher Provider, even though it seems to share some similarities to the CAPI Provider.
Describe the solution you'd like.:
a. The Rancher Provider can only scale a single cluster
b. The Rancher Provider can scale multiple clusters
cloud-config
. For exampleclusterName: rancher-server-cluster
orclusterName: rke2-cluster
.Describe any alternative solutions you've considered.:
Additional context.:
The text was updated successfully, but these errors were encountered: