Merge pull request #7441 from hetznercloud/provided-by-label
feat(hetzner): autoscaler includes new provided-by label
This commit is contained in:
commit
5399a0b463
|
|
@ -388,6 +388,7 @@ func buildNodeGroupLabels(n *hetznerNodeGroup) (map[string]string, error) {
|
||||||
apiv1.LabelTopologyRegion: n.region,
|
apiv1.LabelTopologyRegion: n.region,
|
||||||
apiv1.LabelArchStable: archLabel,
|
apiv1.LabelArchStable: archLabel,
|
||||||
"csi.hetzner.cloud/location": n.region,
|
"csi.hetzner.cloud/location": n.region,
|
||||||
|
"instance.hetzner.cloud/provided-by": "cloud",
|
||||||
nodeGroupLabel: n.id,
|
nodeGroupLabel: n.id,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue