Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.27] fix(hetzner): hostname label is not considered
The Node Group info we currently return does not include the `kubernetes.io/hostname` label, which is usually set on every node. This causes issues when the user has an unscheduled pod with a `topologySpreadConstraint` on `topologyKey: kubernetes.io/hostname`. cluster-autoscaler is unable to fulfill this constraint and does not scale up any of the node groups. Related to kubernetes#6715
- Loading branch information