Skip to content

Graduate GKEAutopilotExtendedDurationPods to Stable #4323

@igooch

Description

@igooch

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](

// 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'.
)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions