Skip to content

Commit 1ef028d

Browse files
Merge pull request #2593 from benluddy/tpnu-clientsallowcbor-disable
Disable TPNU/DPNU ClientsAllowCBOR for large list decodes.
2 parents fc06468 + eab2744 commit 1ef028d

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| FeatureGate | Default on Hypershift | Default on SelfManagedHA | DevPreviewNoUpgrade on Hypershift | DevPreviewNoUpgrade on SelfManagedHA | TechPreviewNoUpgrade on Hypershift | TechPreviewNoUpgrade on SelfManagedHA |
22
| ------ | --- | --- | --- | --- | --- | --- |
3+
| ClientsAllowCBOR| | | | | | |
34
| ClusterAPIInstall| | | | | | |
45
| EventedPLEG| | | | | | |
56
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
@@ -32,7 +33,6 @@
3233
| BootcNodeManagement| | | <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> |
3334
| CBORServingAndStorage| | | <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> |
3435
| CRDCompatibilityRequirementOperator| | | <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> |
35-
| ClientsAllowCBOR| | | <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> |
3636
| ClientsPreferCBOR| | | <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> |
3737
| ClusterAPIInstallIBMCloud| | | <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> |
3838
| ClusterAPIMachineManagement| | | <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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@ var (
883883
contactPerson("benluddy").
884884
productScope(kubernetes).
885885
enhancementPR("https://github.com/kubernetes/enhancements/issues/4222").
886-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
887886
mustRegister()
888887

889888
FeatureClientsPreferCBOR = newFeatureGate("ClientsPreferCBOR").

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"featureGates": [
1515
{
1616
"disabled": [
17+
{
18+
"name": "ClientsAllowCBOR"
19+
},
1720
{
1821
"name": "ClusterAPIInstall"
1922
},
@@ -112,9 +115,6 @@
112115
{
113116
"name": "CRDCompatibilityRequirementOperator"
114117
},
115-
{
116-
"name": "ClientsAllowCBOR"
117-
},
118118
{
119119
"name": "ClientsPreferCBOR"
120120
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"featureGates": [
1515
{
1616
"disabled": [
17+
{
18+
"name": "ClientsAllowCBOR"
19+
},
1720
{
1821
"name": "ClusterAPIInstall"
1922
},
@@ -127,9 +130,6 @@
127130
{
128131
"name": "CRDCompatibilityRequirementOperator"
129132
},
130-
{
131-
"name": "ClientsAllowCBOR"
132-
},
133133
{
134134
"name": "ClientsPreferCBOR"
135135
},

payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"featureGates": [
1515
{
1616
"disabled": [
17+
{
18+
"name": "ClientsAllowCBOR"
19+
},
1720
{
1821
"name": "ClusterAPIInstall"
1922
},
@@ -94,9 +97,6 @@
9497
{
9598
"name": "CRDCompatibilityRequirementOperator"
9699
},
97-
{
98-
"name": "ClientsAllowCBOR"
99-
},
100100
{
101101
"name": "ClientsPreferCBOR"
102102
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"featureGates": [
1515
{
1616
"disabled": [
17+
{
18+
"name": "ClientsAllowCBOR"
19+
},
1720
{
1821
"name": "ClusterAPIInstall"
1922
},
@@ -109,9 +112,6 @@
109112
{
110113
"name": "CRDCompatibilityRequirementOperator"
111114
},
112-
{
113-
"name": "ClientsAllowCBOR"
114-
},
115115
{
116116
"name": "ClientsPreferCBOR"
117117
},

0 commit comments

Comments
 (0)