RKE2-kube-apiservers consumes too much memory. Can you help me? #6493
cengizhanR
started this conversation in
General
Replies: 1 comment 5 replies
-
What critera are you using to determine that this is too much memory? The apiserver static pods run without memory limits by default, so they will attempt to use as much memory as is necessary to maintain a stable working set and cache. This is directly driven by client load - the more resources in the cluster, and the more client requests, the more resources the apiserver will consume. You could try putting memory limits on the apiserver pods, but this will likely negatively affect performance. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Log for kube-apiserver and I am using Kubernetes Version: v1.30.0 +rke2r1
This is config yaml for server.
Beta Was this translation helpful? Give feedback.
All reactions