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

[Enhancement][opensearch-dashboards] Add support for memory utilization in HorizontalPodAutoscaler #529

Closed
Simple-Analysis opened this issue Mar 23, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@Simple-Analysis
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Our Dashboards are fairly memory intensive, so we have had to modify the HPA created by the helm chart to support autoscaling based on memory utilization.

Describe the solution you'd like
This feature request would enable support for memory utilization as for HPA metrics.

@Simple-Analysis Simple-Analysis added enhancement New feature or request untriaged Issues that have not yet been triaged labels Mar 23, 2024
@Simple-Analysis Simple-Analysis changed the title [Enhancement][opensearch-dashboards] [Enhancement][opensearch-dashboards] Add support for memory utilization in HorizontalPodAutoscaler Mar 23, 2024
@rishabh6788 rishabh6788 removed the untriaged Issues that have not yet been triaged label Apr 1, 2024
@prudhvigodithi
Copy link
Member

prudhvigodithi commented Apr 1, 2024

[Triage]
Hey @Simple-Analysis, yes can add the HPA to the dashboard https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/, we can add a enablePodAutoscaling option in the values and update the templates with HPA, please let us know if you are interested in contributing to this :), example https://stackoverflow.com/a/70675287.
Thanks
@bbarani @TheAlgo @DandyDeveloper @peterzhuamazon @gaiksaya

@Simple-Analysis
Copy link
Contributor Author

[Triage] Hey @Simple-Analysis, yes can add the HPA to the dashboard https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/, we can add a enablePodAutoscaling option in the values and update the templates with HPA, please let us know if you are interested in contributing to this :), example https://stackoverflow.com/a/70675287.

I created a PR along with this issue.

#530

@prudhvigodithi
Copy link
Member

Thanks @Simple-Analysis I will take a look at the PR.

@Simple-Analysis
Copy link
Contributor Author

Closing since #530 has been merged

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

No branches or pull requests

3 participants