Skip to content

Commit

Permalink
Add AlibabaPlatform feature gate to TechPreviewNoUpgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Jun 2, 2023
1 parent 2346bf9 commit e1b4d36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/v1/feature_gates.go
Expand Up @@ -232,4 +232,14 @@ var (
ResponsiblePerson: "bhb",
OwningProduct: ocpSpecific,
}

FeatureGateAlibabaPlatform = FeatureGateName("AlibabaPlatform")
alibabaPlatform = FeatureGateDescription{
FeatureGateAttributes: FeatureGateAttributes{
Name: FeatureGateAlibabaPlatform,
},
OwningJiraComponent: "cloud-provider",
ResponsiblePerson: "jspeed",
OwningProduct: ocpSpecific,
}
)
1 change: 1 addition & 0 deletions config/v1/types_feature.go
Expand Up @@ -191,6 +191,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
var defaultFeatures = &FeatureGateEnabledDisabled{
Enabled: []FeatureGateDescription{
openShiftPodSecurityAdmission,
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
},
Disabled: []FeatureGateDescription{
retroactiveDefaultStorageClass,
Expand Down

0 comments on commit e1b4d36

Please sign in to comment.