Replies: 1 comment 1 reply
-
|
Hey @tloesch 🙂 That’s awesome! Thank you so much for working on this. I was really hoping this issue would be addressed someday, and it’s great to see you making it happen 🚀
Can you share a bit more on why you want to implement this feature? Will Hcloud subnets be created automatically based on it, or do you expect them to already exist and simply reference them? Would you also allow using smaller subnets within it? Btw, we should also make sure not to go outside the
The Helm charts are rendered but not applied directly. Talos applies them using inline manifests, so no Helm chart version change is needed for an update. A simple change in the rendered manifests is sufficient. The ClusterConfig is mounted into the pod as a file and will be automatically updated. However, I’m not certain whether a file event listener is in place in Hetzner's CA implementation to reload the config when it changes. If not, a pod restart might be necessary, either triggered by a config change that modifies the output of kubectl -n kube-system rollout restart deployment cluster-autoscaler-hetzner-cluster-autoscaler
In theory yes, if necessary. I assume you want to add this before the release in the CA Helm chart? The main point to consider is compatibility with the Kubernetes version. If your CA change is released in any |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently working on an implementation that offers the option of specifying an IPRange for the entire autoscaler and/or for specific pools.
This solves a problem within this project where the autoscaled nodes appear to be placed randomly within the private network subnets.
I am also currently working on an implementation for this project.
My plans are:
I have a few questions:
Does anything need to be changed to update the autoscaler?
How can the autoscaler be updated if no new Helm chart version is released? Is it okay to change the version tag of the autoscaler image?
PR Autoscaler: kubernetes/autoscaler#8570
Beta Was this translation helpful? Give feedback.
All reactions