Skip to content

Incorrent metric 'agones_fleet_autoscalers_buffer_limits' when use in chain policy with multiple schedules #4356

@txuna

Description

@txuna

What happened:

in fleetautoscaler
Incorrent metric 'agones_fleet_autoscalers_buffer_limits' when use in chain policy with multiple schedules

What you expected to happen:

maxReplicas defined in the schedule

How to reproduce it (as minimally and precisely as possible):

chain policy with multiple schedules (with buffer policy)

policy:
   type: chain
   buffer:
       maxReplicas: 5
   chain:
    - id: "1"
       type: schedule
      [...]
      policy:
         type: Buffer
         buffer:
             maxReplicas: 100

At this time, a bug occurs in which the maxReplicas(5) {not 100} of the defined buffer policy is used even if the type is chain.

Anything else we need to know?:

Environment:

  • Agones version: 1.53.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedWe would love help on these issues. Please come help us!kind/bugThese are bugs.stalePending closure unless there is a strong objection.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions