Skip to content
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

[v1.30] fix(hetzner): hostname label is not considered #6751

Commits on Apr 24, 2024

  1. [v1.30] 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
    apricote committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f23d5b7 View commit details
    Browse the repository at this point in the history