Hetzner Autoscaler does not work with v1.29.0 interaction with ephemeral information #6563
Labels
area/cluster-autoscaler
area/provider/hetzner
Issues or PRs related to Hetzner provider
kind/bug
Categorizes issue or PR as related to a bug.
Which component are you using?:
cluster-autoscaler
What version of the component are you using?:
1.29.0
Component version:
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
hetzner cloud
What did you expect to happen?:
autoscaling should scale up
What happened instead?:
It does not scale up.
How to reproduce it (as minimally and precisely as possible):
I am using kube-hetzner. You can create a hetzner kubernetes cluster with it
Then you need to put some stuff onto the cluster and inspect the autoscaler logs - it is not autoscaling.
Anything else we need to know?:
The important logs are
This occurs when the autoscaling group is of size 0 and tries to scale up. Apparently, the group somehow is regarded to have not enough ephemeral storage. This information is wrong. I was requesting 120GB ephemeral storage, and the
cax41
nodes have 320GB ephemeral storage. So I guess there some bug about comparing ephemeral storage.The text was updated successfully, but these errors were encountered: