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: initial assignment of alias IP in hcloud (Hetzner) #8493

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. fix: initial assignment of Hetzner Cloud Alias IP

    The assignment of private networks happens in the hetzner cloud after
    starting the server and therefore often after querying the network
    information when assigning VIPs.
    
    If an alias IP is to be set but no private network is yet available, an
    error message is now thrown, until the private network is assigned.
    
    Previously, no error message was thrown and the
    network ID was set to 0, which means that the VIP
    is regarded as a public floating IP in the further
    code and not as a private alias IP.
    
    Signed-off-by: Marcel Richter <mail@mrclrchtr.de>
    Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
    mrclrchtr authored and smira committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5e66e11 View commit details
    Browse the repository at this point in the history