Skip to content

Commit 9282921

Browse files
fonta-rheggfoobar
authored andcommitted
Promote DualReplica to default
1 parent ad9eb11 commit 9282921

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ spec:
10671067
- HighlyAvailable
10681068
- HighlyAvailableArbiter
10691069
- SingleReplica
1070+
- DualReplica
10701071
- External
10711072
type: string
10721073
cpuPartitioning:

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ var (
742742
contactPerson("jaypoulz").
743743
productScope(ocpSpecific).
744744
enhancementPR("https://github.com/openshift/enhancements/pull/1675").
745-
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
745+
enable(inDefault(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
746746
mustRegister()
747747

748748
FeatureShortCertRotation = newFeatureGate("ShortCertRotation").

machineconfiguration/v1/zz_generated.crd-manifests/0000_80_machine-config_01_controllerconfigs-Default.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,7 @@ spec:
13581358
- HighlyAvailable
13591359
- HighlyAvailableArbiter
13601360
- SingleReplica
1361+
- DualReplica
13611362
- External
13621363
type: string
13631364
cpuPartitioning:

payload-manifests/crds/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ spec:
10671067
- HighlyAvailable
10681068
- HighlyAvailableArbiter
10691069
- SingleReplica
1070+
- DualReplica
10701071
- External
10711072
type: string
10721073
cpuPartitioning:

payload-manifests/crds/0000_80_machine-config_01_controllerconfigs-Default.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,7 @@ spec:
13581358
- HighlyAvailable
13591359
- HighlyAvailableArbiter
13601360
- SingleReplica
1361+
- DualReplica
13611362
- External
13621363
type: string
13631364
cpuPartitioning:

0 commit comments

Comments
 (0)