Skip to content

Pods created due to initialScale doesn't follow scaleDownDelay behavior #10355

@diegoximenes

Description

@diegoximenes

In what area(s)?

/area autoscale

What version of Knative?

0.19.0

Expected Behavior

Pods created due to initialScale should follow scaleDownDelay behavior.

Actual Behavior

Pods created due to initialScale doesn't follow scaleDownDelay behavior.

Steps to Reproduce the Problem

Create a revision with the following configuration:

autoscaling.knative.dev/initialScale: "3"
autoscaling.knative.dev/scaleDownDelay: "10m"

Check that three pods are created, but two of them are terminated right after the revision is ready, which will be likely too soon for a 10m scaleDownDelay.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/autoscalekind/bugCategorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.triage/acceptedIssues which should be fixed (post-triage)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions