How to lower resource consumption on startup #4806
Unanswered
portly-halicore-76
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I can't find this question in the docs, hopefully one can give me any pointers. When a new replica, most often after updating the operator, has been deployed to a cluster, it will first go over each resource it is responsible for. After that, the replica will go on reconciling on changes etc. However, this way of working results in a spike of resource consumption (CPU / MEMORY) just after startup. Later on it will throttle down and be less resource intensive.
My question is as follows, is rate-limiting, probably through the controller options, a way to prevent this spike? If so, how? If not, how do others deal with these scenarios?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions