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

Expose Horizontal Pod Autoscaler Behavior and add hpa scaledown test #1077

Merged
merged 17 commits into from
Sep 15, 2022

Commits on Sep 6, 2022

  1. Add scaledown test for autoscaling

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f4abf28 View commit details
    Browse the repository at this point in the history
  2. Fix nits

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7b51fee View commit details
    Browse the repository at this point in the history
  3. Appease the linter

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    43710b9 View commit details
    Browse the repository at this point in the history
  4. Don't use a default, only set scaleUp/scaleDown if they are in the CR

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7070f4b View commit details
    Browse the repository at this point in the history
  5. Removed commented out code

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ae83264 View commit details
    Browse the repository at this point in the history
  6. Change defaults for scaleUp/scaleDown

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    19154be View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Update autoscaling scaleup/scaledown

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    108d0f1 View commit details
    Browse the repository at this point in the history
  2. Run generate

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    037aa23 View commit details
    Browse the repository at this point in the history
  3. Ran make api-docs

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    bdc6eb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Update HPA implementation to embed HorizontalPodAutoscalerBehavior

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    60cdfe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ff0d3 View commit details
    Browse the repository at this point in the history
  3. Only set behavior if it exists in the collector CR

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    bcf71e7 View commit details
    Browse the repository at this point in the history
  4. Aded some unit tests

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0f8e029 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a42084c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3a682c View commit details
    Browse the repository at this point in the history
  7. Add kuttl assertion that hpa scaled down

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    c14096d View commit details
    Browse the repository at this point in the history
  8. added whitespace to rerun tests

    Signed-off-by: Kevin Earls <kearls@redhat.com>
    kevinearls committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    89a2f48 View commit details
    Browse the repository at this point in the history