Skip to content

Commit 11cdf02

Browse files
committed
Add ExternalSnapshotMetadata FeatureGate
1 parent c3cf9bb commit 11cdf02

8 files changed

+27
-0
lines changed

features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1111
| DualReplica| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1212
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
13+
| ExternalSnapshotMetadata| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1314
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1415
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1516
| NewOLMPreflightPermissionChecks| | | | <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
@@ -481,6 +481,14 @@ var (
481481
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
482482
mustRegister()
483483

484+
FeatureGateExternalSnapshotMetadata = newFeatureGate("ExternalSnapshotMetadata").
485+
reportProblemsToJiraComponent("Storage / Kubernetes External Components").
486+
contactPerson("jdobson").
487+
productScope(kubernetes).
488+
enhancementPR("https://github.com/kubernetes/enhancements/issues/3314").
489+
enableIn(configv1.DevPreviewNoUpgrade).
490+
mustRegister()
491+
484492
FeatureGateExternalOIDC = newFeatureGate("ExternalOIDC").
485493
reportProblemsToJiraComponent("authentication").
486494
contactPerson("liouk").

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
{
7777
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
7878
},
79+
{
80+
"name": "ExternalSnapshotMetadata"
81+
},
7982
{
8083
"name": "GCPClusterHostedDNS"
8184
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@
137137
{
138138
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
139139
},
140+
{
141+
"name": "ExternalSnapshotMetadata"
142+
},
140143
{
141144
"name": "GCPClusterHostedDNS"
142145
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
{
3434
"name": "Example2"
3535
},
36+
{
37+
"name": "ExternalSnapshotMetadata"
38+
},
3639
{
3740
"name": "MachineAPIOperatorDisableMachineHealthCheckController"
3841
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
{
8080
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
8181
},
82+
{
83+
"name": "ExternalSnapshotMetadata"
84+
},
8285
{
8386
"name": "GCPClusterHostedDNS"
8487
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
{
123123
"name": "ExternalOIDCWithUIDAndExtraClaimMappings"
124124
},
125+
{
126+
"name": "ExternalSnapshotMetadata"
127+
},
125128
{
126129
"name": "GCPClusterHostedDNS"
127130
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
{
3434
"name": "Example2"
3535
},
36+
{
37+
"name": "ExternalSnapshotMetadata"
38+
},
3639
{
3740
"name": "MachineAPIOperatorDisableMachineHealthCheckController"
3841
},

0 commit comments

Comments
 (0)