Skip to content

Commit aa91c5e

Browse files
authored
Merge pull request openshift#2946 from dusk125/etcd-quota-ga
CNTRLPLANE-3609: graduate etcdBackendQuota to GA
2 parents a3f3142 + 0c72713 commit aa91c5e

18 files changed

Lines changed: 20 additions & 2818 deletions

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
| ConfigurablePKI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5454
| DNSNameResolver| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5555
| DyanmicServiceEndpointIBMCloud| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
56-
| EtcdBackendQuota| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5756
| Example| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5857
| ExternalOIDCExternalClaimsSourcing| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5958
| ExternalSnapshotMetadata| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
@@ -98,6 +97,7 @@
9897
| BuildCSIVolumes| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
9998
| DualReplica| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
10099
| EVPN| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
100+
| EtcdBackendQuota| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
101101
| EventTTL| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
102102
| ExternalOIDC| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
103103
| ExternalOIDCWithUIDAndExtraClaimMappings| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ var (
214214
reportProblemsToJiraComponent("etcd").
215215
contactPerson("hasbro17").
216216
productScope(ocpSpecific).
217-
enhancementPR(legacyFeatureGateWithoutEnhancement).
218-
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
217+
enhancementPR("https://github.com/openshift/enhancements/pull/2031").
218+
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
219219
mustRegister()
220220

221221
FeatureGateAutomatedEtcdBackup = newFeatureGate("AutomatedEtcdBackup").
@@ -657,7 +657,7 @@ var (
657657
enhancementPR("https://github.com/openshift/enhancements/pull/2033").
658658
enable(inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
659659
mustRegister()
660-
660+
661661
FeatureGateIngressControllerMultipleHAProxyVersions = newFeatureGate("IngressControllerMultipleHAProxyVersions").
662662
reportProblemsToJiraComponent("Networking/router").
663663
contactPerson("miciah").

operator/v1/tests/etcds.operator.openshift.io/AAA_ungated.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
22
name: "Etcd"
33
crdName: etcds.operator.openshift.io
4-
featureGates:
5-
- -EtcdBackendQuota
64
tests:
75
onCreate:
86
- name: Should be able to create a minimal Etcd
@@ -14,5 +12,6 @@ tests:
1412
apiVersion: operator.openshift.io/v1
1513
kind: Etcd
1614
spec:
15+
backendQuotaGiB: 8
1716
logLevel: Normal
1817
operatorLogLevel: Normal

operator/v1/tests/etcds.operator.openshift.io/HardwareSpeed.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
22
name: "Etcd"
33
crdName: etcds.operator.openshift.io
4-
featureGates:
5-
- -EtcdBackendQuota
64
tests:
75
onCreate:
86
- name: Should be able to create with Standard hardware speed
@@ -15,6 +13,7 @@ tests:
1513
apiVersion: operator.openshift.io/v1
1614
kind: Etcd
1715
spec:
16+
backendQuotaGiB: 8
1817
logLevel: Normal
1918
operatorLogLevel: Normal
2019
controlPlaneHardwareSpeed: Standard
@@ -28,6 +27,7 @@ tests:
2827
apiVersion: operator.openshift.io/v1
2928
kind: Etcd
3029
spec:
30+
backendQuotaGiB: 8
3131
logLevel: Normal
3232
operatorLogLevel: Normal
3333
controlPlaneHardwareSpeed: Slower
@@ -47,6 +47,7 @@ tests:
4747
apiVersion: operator.openshift.io/v1
4848
kind: Etcd
4949
spec:
50+
backendQuotaGiB: 8
5051
logLevel: Normal
5152
operatorLogLevel: Normal
5253
controlPlaneHardwareSpeed: Slower

0 commit comments

Comments
 (0)