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

fix(hetzner): deprecated server type will break on 2024-09-06 #7211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 27, 2024

  1. fix(hetzner): unused draining node pool references deprecated server …

    …type
    
    The `cx11` server type was deprecated on 2024-06-06 and will be removed
    from the API on 2024-09-06. Once it is removed, the cluster-autoscaler
    provider hetzner will not start anymore with the following error
    message:
    
        Failed to get node infos for groups: failed to create resource list for node group draining-node-pool error: failed to get machine type cx11 info error: server type not found
    
    As the node pool `draining-node-pool` is not being used anywhere, this
    commit removes it and the hard coded reference to the deprecated server
    type.
    apricote committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    eae5dd7 View commit details
    Browse the repository at this point in the history