Skip to content

Commit 47f2327

Browse files
committed
Feature gate HC by cluster feature gate object
Machine API created its own feature gate object key and diverged from all other components expecting 'cluster' key instead. Renaming the key to 'cluster' to minimize the confusion.
1 parent 8efa2f5 commit 47f2327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/featuresgate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
// MachineAPIFeatureGateName contains a name of the machine API FeatureGate object
11-
MachineAPIFeatureGateName = "machine-api"
11+
MachineAPIFeatureGateName = "cluster"
1212

1313
// FeatureGateMachineHealthCheck contains the name of the MachineHealthCheck feature gate
1414
FeatureGateMachineHealthCheck = "MachineHealthCheck"

0 commit comments

Comments
 (0)