-
Notifications
You must be signed in to change notification settings - Fork 906
Move FleetAutoscaleRequestMetaData to Beta #4360
Copy link
Copy link
Closed
Labels
area/user-experiencePertaining to developers trying to use Agones, e.g. SDK, installation, etcPertaining to developers trying to use Agones, e.g. SDK, installation, etcgood first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!help wantedWe would love help on these issues. Please come help us!We would love help on these issues. Please come help us!kind/featureNew features for AgonesNew features for Agones
Metadata
Metadata
Assignees
Labels
area/user-experiencePertaining to developers trying to use Agones, e.g. SDK, installation, etcPertaining to developers trying to use Agones, e.g. SDK, installation, etcgood first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!help wantedWe would love help on these issues. Please come help us!We would love help on these issues. Please come help us!kind/featureNew features for AgonesNew features for Agones
Is your feature request related to a problem? Please describe.
The
FleetAutoscaleRequestMetaDatafeature gate has been in Alpha since Agones v1.48.0. It enables the Webhook Autoscaler to send fleet metadata (name, labels, annotations) with the autoscaling request, which is essential for more complex scaling logic.The feature has been available for several releases and appears stable. E2E testing coverage was tracked in #4117.
Describe the solution you'd like
I would like to promote
FleetAutoscaleRequestMetaDatato Beta.Following the feature stage progression steps defined in
pkg/util/runtime/features.go, the following changes are required:pkg/util/runtime/features.go: Change the default value ofFleetAutoscaleRequestMetaDatatotrue.Describe alternatives you've considered
Leaving the feature in Alpha. However, promoting it to Beta (enabled by default) will encourage wider usage and validation, and reflects its maturity.
Additional context
FleetAutoscaleRequestMetaData