Merge pull request #8496 from lotheac/push-ovslxuvtsvto

hetzner: add node.kubernetes.io/instance-type label to template
This commit is contained in:
Kubernetes Prow Robot 2025-09-04 01:19:16 -07:00 committed by GitHub
commit f1251a1065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ func buildNodeGroupLabels(n *hetznerNodeGroup) (map[string]string, error) {
labels := map[string]string{
apiv1.LabelInstanceType: n.instanceType,
apiv1.LabelInstanceTypeStable: n.instanceType,
apiv1.LabelTopologyRegion: n.region,
apiv1.LabelArchStable: archLabel,
"csi.hetzner.cloud/location": n.region,