Skip to content

Commit

Permalink
Merge pull request #1696 from dkhater-redhat/featuregate-ocb
Browse files Browse the repository at this point in the history
Added Feature Gate for On Cluster Build
  • Loading branch information
openshift-merge-bot[bot] authored Dec 7, 2023
2 parents f356bd9 + 5e80bab commit 5f15541
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with(mixedCPUsAllocation).
with(managedBootImages).
without(disableKubeletCloudCredentialProviders).
with(onClusterBuild).
with(signatureStores).
toFeatures(defaultFeatures),
LatencySensitive: newDefaultFeatures().
Expand Down

0 comments on commit 5f15541

Please sign in to comment.