File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const (
53
53
cpuKey = "machine.openshift.io/vCPU"
54
54
memoryKey = "machine.openshift.io/memoryMb"
55
55
gpuKey = "machine.openshift.io/GPU"
56
- labelsKey = "machine.openshift .io/labels"
56
+ labelsKey = "capacity.cluster-autoscaler.kubernetes .io/labels"
57
57
)
58
58
59
59
// Reconciler reconciles machineSets.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const (
71
71
// UltraSSDAvailable identifies the capability for the support of UltraSSD data disks.
72
72
UltraSSDAvailable = "UltraSSDAvailable"
73
73
// CPUArchitectureType identifies the capability for the CPU architecture.
74
- CPUArchitectureType = "CpuArchitecture "
74
+ CPUArchitectureType = "CpuArchitectureType "
75
75
// X64 and Arm64 are the possible values for CPUArchitectureType, in the Azure APIs. We will adapt them in the controller
76
76
// to the ones kubernetes expect.
77
77
X64 = "x64"
You can’t perform that action at this time.
0 commit comments