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

chore: Add readme for cluster-proportional-autoscaler installation #176

Merged
merged 4 commits into from
Jun 2, 2023

Conversation

candonov
Copy link
Contributor

What does this PR do?

Add a readme for installing cluster-proportional-autoscaler. This readme is based on https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/docs/add-ons/cluster-proportional-autoscaler.md with indentations fixed, validation and testing sections added.

Motivation

CPA helm chart requires additional values to be passed to be installed. In addition, manual test to observe a scaling event is useful.

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I ran pre-commit run -a with this PR

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@candonov candonov requested a review from a team as a code owner May 31, 2023 23:20
@@ -0,0 +1,121 @@
# Horizontal cluster-proportional-autoscaler container

Horizontal cluster-proportional-autoscaler watches over the number of schedulable nodes and cores of the cluster and resizes the number of replicas for the required resource. This functionality may be desirable for applications that need to be autoscaled with the size of the cluster, such as CoreDNS and other services that scale with the number of nodes/pods in the cluster.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment on when this will be useful for CoreDNS ? from which number of nodes we need this addon ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To add such recommendations, we need to do testing and gather data. I added a link to the eks best practices guide for this.

@bryantbiggs bryantbiggs merged commit b4afa48 into aws-ia:main Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants