-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TL;DR
Based on the 2025-12-16 changelog entry, the datacenter property in the request body and response of Servers and Primary IPs is deprecated and the removal will happen after 1 July 2026.
The deprecation already happened in hcloud-go#793.
HCloud CCM should also be updated to reflect this change.
Expected behavior
The current mapping is for K8s topology keys is:
topology.kubernetes.io/region: Server.Datacenter.Location.Name -> Server.Location.Nametopology.kubernetes.io/zone: Server.Datacenter.Name - no longer exists.
This will be a breaking change, with the DC name not being exposed anymore.
Not quite sure what the best approach is for topology.kubernetes.io/zone:
- use Server.Location.Name
- drop the
topology.kubernetes.io/zonelabel (I think some providers do that, but may generate scheduling issues).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request