Skip to content

Commit

Permalink
Merge pull request #1444 from JoelSpeed/azure-gcp-external-fgs
Browse files Browse the repository at this point in the history
[OCPCLOUD-2034] Add Azure/GCP specific external cloud provider feature gates
  • Loading branch information
openshift-merge-robot committed Apr 25, 2023
2 parents f7a9b76 + 5bd1cbc commit 9a7a7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
},
TechPreviewNoUpgrade: newDefaultFeatures().
with("ExternalCloudProvider"). // sig-cloud-provider, jspeed, OCP specific
with("ExternalCloudProviderAzure"). // sig-cloud-provider, jspeed, OCP specific
with("ExternalCloudProviderGCP"). // sig-cloud-provider, jspeed, OCP specific
with("CSIDriverSharedResource"). // sig-build, adkaplan, OCP specific
with("BuildCSIVolumes"). // sig-build, adkaplan, OCP specific
with("NodeSwap"). // sig-node, ehashman, Kubernetes feature gate
Expand Down

0 comments on commit 9a7a7c1

Please sign in to comment.