diff --git a/config/v1/feature_gates.go b/config/v1/feature_gates.go index b790efe6643..dc53db89d2a 100644 --- a/config/v1/feature_gates.go +++ b/config/v1/feature_gates.go @@ -392,6 +392,17 @@ var ( OwningProduct: kubernetes, } + + FeatureGateOnClusterBuild = FeatureGateName("OnClusterBuild") + onClusterBuild = FeatureGateDescription{ + FeatureGateAttributes: FeatureGateAttributes{ + Name: FeatureGateOnClusterBuild, + }, + OwningJiraComponent: "MachineConfigOperator", + ResponsiblePerson: "dkhater", + OwningProduct: ocpSpecific, + } + FeatureGateSignatureStores = FeatureGateName("SignatureStores") signatureStores = FeatureGateDescription{ FeatureGateAttributes: FeatureGateAttributes{ diff --git a/config/v1/types_feature.go b/config/v1/types_feature.go index 83add717dc8..9ac580eac87 100644 --- a/config/v1/types_feature.go +++ b/config/v1/types_feature.go @@ -192,6 +192,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with(mixedCPUsAllocation). with(managedBootImages). without(disableKubeletCloudCredentialProviders). + with(onClusterBuild). with(signatureStores). toFeatures(defaultFeatures), LatencySensitive: newDefaultFeatures().