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 vertical pod autoscaler #37707

Open
Tracked by #38025
hawkingrei opened this issue Sep 8, 2022 · 0 comments
Open
Tracked by #38025

support vertical pod autoscaler #37707

hawkingrei opened this issue Sep 8, 2022 · 0 comments
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@hawkingrei
Copy link
Member

hawkingrei commented Sep 8, 2022

Enhancement

Vertical Pod Autoscaler (VPA) frees users from the necessity of setting up-to-date resource limits and requests for the containers in their pods. When configured, it will set the requests automatically based on usage and thus allow proper scheduling onto nodes so that appropriate resource amount is available for each pod. It will also maintain ratios between limits and requests that were specified in initial containers configuration.

If TiDB supports vertical pod autoscaler, we changed machine configuration such as CPU Core or Max memory. we don't restart tidb to create a new tidb to enable this configuration.

  • support cgroup v1/v2 to get cpu/memory limit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant