diff --git a/config/v1/feature_gates.go b/config/v1/feature_gates.go index 4c77ebd3892..665531be39c 100644 --- a/config/v1/feature_gates.go +++ b/config/v1/feature_gates.go @@ -321,4 +321,14 @@ var ( ResponsiblePerson: "cdoern", OwningProduct: ocpSpecific, } + + FeatureGateClusterAPIInstall = FeatureGateName("ClusterAPIInstall") + clusterAPIInstall = FeatureGateDescription{ + FeatureGateAttributes: FeatureGateAttributes{ + Name: FeatureGateClusterAPIInstall, + }, + OwningJiraComponent: "Installer", + ResponsiblePerson: "vincepri", + OwningProduct: ocpSpecific, + } ) diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index 139082653e8..bd4fdd73f07 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -183,6 +183,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with(adminNetworkPolicy). with(dnsNameResolver). with(machineConfigNodes). + with(clusterAPIInstall). toFeatures(defaultFeatures), LatencySensitive: newDefaultFeatures(). toFeatures(defaultFeatures),