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: