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

[addons/CA] Add support for specifying resources and metrics #10281

Merged

Commits on Jan 11, 2021

  1. [addons/CA] Add support for specifying resources and metrics

    - Resources
    We enable users to set their desired capacity for cluster-autoscaler addon.
    There are edge cases, especially in big clusters, where autoscaler needs
    to reconcile a large number of objects thus may need increased memory or
    increased cpu to avoid saturation.
    
    - Metrics
    Cluster autoscaler provides valuable insights for monitoring capacity
    allocation and scheduling aspects of a cluster. In this commit, we
    add proper annotation on deployment to enable Prometheus scrape metrics.
    
    We also bump patch version of container images.
    
    Signed-off-by: dntosas <ntosas@gmail.com>
    dntosas committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    56fe4ba View commit details
    Browse the repository at this point in the history