You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to monitor better what happens on our kubernetes Cluster. We are using brupop-update-operator 1.4.0 and we notice despite setting up higher cpu & memory requests, the brupop-agent is getting quite high CPU throttled.
Here's some metrics about our sizing in requests (for brupop-agent):
Which seems nicely adapted, but when we are looking to the container.cpu_throttled metrics, our cluster have a constant 100ms throttled for brupop-agent :
We are using the following parameters when deploying the chart regarding resources :
We already bumped the resources from what's recommanded in the README.md :
The bottlerocket-update-operator.yaml manifest makes several default recommendations for
Kubernetes resource requests and limits. In general, the update operator and its components are lite-weight
and shouldn't consume more than 10m CPU (which is roughly equivalent to 1/100th of a CPU core)
and 50Mi (which is roughly equivalent to 0.05 GB of memory).
If this limit is breached, the Kubernetes API will restart the faulting container.
In this scenario should I double the limits for brupop-agent to avoid constant throttle period, even if cpu usage seems ok ?
Issue or Feature Request: High CPU Throttled for brupop-agent / Adapt documentation regarding resources allocation
The text was updated successfully, but these errors were encountered:
Hi !
We are trying to monitor better what happens on our kubernetes Cluster. We are using brupop-update-operator 1.4.0 and we notice despite setting up higher cpu & memory requests, the brupop-agent is getting quite high CPU throttled.
Here's some metrics about our sizing in requests (for brupop-agent):
Which seems nicely adapted, but when we are looking to the
container.cpu_throttled
metrics, our cluster have a constant 100ms throttled for brupop-agent :We are using the following parameters when deploying the chart regarding resources :
We already bumped the resources from what's recommanded in the README.md :
In this scenario should I double the limits for brupop-agent to avoid constant throttle period, even if cpu usage seems ok ?
Issue or Feature Request: High CPU Throttled for brupop-agent / Adapt documentation regarding resources allocation
The text was updated successfully, but these errors were encountered: