How can I scale the control plane pods CPU and memory resources #1045
Unanswered
vaibhavd21
asked this question in
Questions
Replies: 1 comment
-
|
I didn't test this, but wondering if you set no resources at all and manage them externally: essentially, you should be able to change resources directly to the given resources and Kamaji shouldn't try to reconcile values its not responsible for. In the meantime, it would be great if you could share your autoscaling values, and also the metrics you're considering for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a TCP whose CPU and memory requirements for kube-apiserver, controller-manager, scheduler and konnectivity looks like below:
The deployment gets created with the resources listed in the TCP's spec and we get 3 replicas of the control-plane pods running with the same resources.
Based on the usage, I want to autoscale the resources for this containers. I thought of VPA first to update the deployment but TCP will revert changes back to whatever in its spec.
Beta Was this translation helpful? Give feedback.
All reactions