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

Cherry pick stabilizing HPA e2e tests to 1.11 #70736

Merged

Commits on Nov 7, 2018

  1. Cherry pick stabilizing HPA e2e tests to 1.11

    Changes:
    - Relax stabilization requirement. Size may increase by 1 during
      stabilization. This is because HPA now stabilizes on max
      recommendation in the stabilization window. So if it sees a higher
      sample it should scale up. Resource consumer is imperfect and
      generates higher samples sometimes.
    - Lower CPU load generated during stabilization period. This reduces
      risk of generating samples much higher than expected.
    - Log status of HPA for easier debugging if the test fails.
    - Increase expected number of millicores used to handle request to
      generate usage (see 7d2f3a0).
    - Change int32 fields that were always cast to int before use to
      int.
    - Update boilerplate.
    jbartosik committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    a0cc3b6 View commit details
    Browse the repository at this point in the history