hcloud-cloud-controller-manager
hcloud-cloud-controller-manager copied to clipboard
feat: Distinguish server type via automatic label
This update to the HCCM introduces a new label for Kubernetes nodes: instance.hetzner.cloud/provided-by. This label will be automatically applied to nodes, indicating their origin as either:
-
robotfor dedicated servers -
cloudfor cloud-based virtual machines
With this features other components (e.g. csi-driver) can fine-tune their deployment requirements.