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

Support Scaling policies for HPAs #163

Closed
reynoldsme opened this issue Apr 3, 2023 · 1 comment · Fixed by #167
Closed

Support Scaling policies for HPAs #163

reynoldsme opened this issue Apr 3, 2023 · 1 comment · Fixed by #167
Assignees
Labels
enhancement New feature or request

Comments

@reynoldsme
Copy link
Contributor

Describe the solution you'd like
the k8s-service module supports creating Horizontal Pod Autoscalers for Deployments created by the module. It would be helpful to be able to configure Scaling policies that control the speed of scale up and scale down events.

Describe alternatives you've considered
The only other option would be to stop using the built in HPA support, and manage HPAs via a different module.

Additional context
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#scaling-policies

@ryehowell
Copy link
Contributor

Hi @reynoldsme, thanks for opening this Issue! Apologies for the delayed attention to this. I just opened a PR that addresses this Issue. Please take a look at it and keep an eye on it for the next release.

@ryehowell ryehowell self-assigned this Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants