Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix defective revision can lead to pods never being removed #14573

Closed

Commits on Oct 30, 2023

  1. Take into account the revisionTimeout field instead of the progressDe…

    …adline
    
    also added a condition in the Scale function in which in case we are not
    receiving data, check if you had panicked and the stable windows has passed,
    and continue to check again further conditions
    jsanin-vmw committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    905e516 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Set revision-timeout as an annotation in the PA

    Scale down to zero if revision timeout has gone and the revision is unreachable
    jsanin committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    18761cb View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    jsanin committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1218843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b570ea6 View commit details
    Browse the repository at this point in the history