-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Which component are you using?:
Horizontal autoscaler
The hetzner implementation , see https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/hetzner
What version of the component are you using?:
1.25.0
Component version: 1.25.0
What k8s version are you using (kubectl version
)?:
kubectl version
Output
$ kubectl version
What environment is this in?:
What did you expect to happen?:
If a subnet_id will be provided, the right subnet network will be used for assigning an ip when creating the autoscaler node
Autoscaler nodes get an ip out of the range specified in the subnet network
What happened instead?:
Node creation fails
How to reproduce it (as minimally and precisely as possible):
Specificy an subnet id in `HCLOUD_NETWORK' instead of a network id
Anything else we need to know?: