-
Notifications
You must be signed in to change notification settings - Fork 127
Created a yaml file for HPA #2054
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Rajdeep Pal <[email protected]>
Signed-off-by: Rajdeep Pal <[email protected]>
Signed-off-by: Rajdeep Pal <[email protected]>
@Rajdeep1311 The target should not be the |
@dashanji Sir am I supposed to include the HPA in such a way that when the vineyard cluster is deployed, the hpa also runs. And include the values of hpa in values.yaml? |
okay, after that you would better to add a doc to show a complete example. |
Signed-off-by: Rajdeep Pal <[email protected]>
@dashanji Sure sir |
Signed-off-by: Rajdeep Pal <[email protected]>
@dashanji Sir, could you please review the PR? |
Hi @Rajdeep1311, I think you may misunderstand the target resource defined in the |
@dashanji okay sir, I will see to it |
Sir @dashanji , will the |
Yes. |
Sir, I am facing a problem, the vineyardd custom resource (CR) isn't populating the Also, can we connect somewhere so that it will be easier for us to communicate? |
You can use the vineyard deployments' selector rather than the vineyardd CR. |
Yeah, sir, I will get it from the deployment, but I think I was not able to communicate my question properly. If we need to scale the custom resource itself, then the HPA needs the |
/cc @sighingnow, this issus/pr has had no activity for a long time, please help to review the status and assign people to work on it. |
What do these changes do?
Created a yaml file for Horizontal Pod Autoscaler (HPA) that scales up and down the vineyard cluster according to the memory usage by the cluster
Related issue number
Fixes #1302