Skip to content

Commit affbfc1

Browse files
committed
Enable FeatureGateImageVolume by default.
1 parent 674ad74 commit affbfc1

8 files changed

+27
-0
lines changed

features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
| HighlyAvailableArbiter| | | <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
| ImageModeStatusReporting| | | <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
| ImageStreamImportMode| | | <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> |
39+
| ImageVolume| | | <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> |
3940
| IngressControllerDynamicConfigurationManager| | | <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> |
4041
| InsightsConfig| | | <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> |
4142
| InsightsConfigAPI| | | <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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,4 +830,12 @@ var (
830830
enhancementPR("https://github.com/openshift/enhancements/pull/1802").
831831
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
832832
mustRegister()
833+
834+
FeatureGateImageVolume = newFeatureGate("ImageVolume").
835+
reportProblemsToJiraComponent("Node").
836+
contactPerson("haircommander").
837+
productScope(kubernetes).
838+
enhancementPR("https://github.com/openshift/enhancements/pull/1792").
839+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
840+
mustRegister()
833841
)

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
{
9292
"name": "ImageStreamImportMode"
9393
},
94+
{
95+
"name": "ImageVolume"
96+
},
9497
{
9598
"name": "IngressControllerDynamicConfigurationManager"
9699
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@
155155
{
156156
"name": "ImageStreamImportMode"
157157
},
158+
{
159+
"name": "ImageVolume"
160+
},
158161
{
159162
"name": "IngressControllerDynamicConfigurationManager"
160163
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
{
162162
"name": "ImageStreamImportMode"
163163
},
164+
{
165+
"name": "ImageVolume"
166+
},
164167
{
165168
"name": "IngressControllerDynamicConfigurationManager"
166169
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
{
9595
"name": "ImageStreamImportMode"
9696
},
97+
{
98+
"name": "ImageVolume"
99+
},
97100
{
98101
"name": "IngressControllerDynamicConfigurationManager"
99102
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@
140140
{
141141
"name": "ImageStreamImportMode"
142142
},
143+
{
144+
"name": "ImageVolume"
145+
},
143146
{
144147
"name": "IngressControllerDynamicConfigurationManager"
145148
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@
146146
{
147147
"name": "ImageStreamImportMode"
148148
},
149+
{
150+
"name": "ImageVolume"
151+
},
149152
{
150153
"name": "IngressControllerDynamicConfigurationManager"
151154
},

0 commit comments

Comments
 (0)