-
Notifications
You must be signed in to change notification settings - Fork 866
Description
Is your feature request related to a problem? Please describe.
The "GKEAutopilotExtendedDurationPods" feature has been in Beta since 1.44.0. There have been no associated issues filed since it went into Beta. Open to comment if anyone has had issues with this feature.
Describe the solution you'd like
Move it to stable, since it's been in Beta and turned on by default for a while.
Describe alternatives you've considered
Let soak for longer.
Additional context
Task list:
[agones/pkg/util/runtime/features.go
Lines 93 to 98 in 065052a
// To promote a feature from beta->GA:
// * remove all places consuming the feature gate and fold logic to true
// * consider cleanup - often folding a gate to true allows refactoring
// * invert the "new alpha feature" steps above
//
// In each of these, keep the feature sorted by descending maturity then alphabetical](
agones/pkg/util/runtime/features.go
Lines 139 to 146 in 47fa016
| // To promote a feature from beta->GA: | |
| // * Remove all places consuming the feature gate and fold logic to true. | |
| // * Consider cleanup - often folding a gate to true allows refactoring. | |
| // * Remove from the e2e-runner config in cloudbuild.yaml. | |
| // * Update site/content/en/docs/Guides/feature-stages.md to indicate the feature is Stable. | |
| // * Remove from `BETA_FEATURE_GATES` in build/Makefile. | |
| // * Move from 'Beta features' in pkg/util/runtime/features.go and | |
| // install/helm/agones/defaultfeaturegates.yaml to 'Stable features'. |