cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
darynakovyrina
Dynatrace Mentor
Dynatrace Mentor

Application-only monitoring

If you get a crash loop on the pods when you install OneAgent, you need to increase the CPU memory of the pods directly in your DynaKube YAML configuration.

Version history
Last update:
‎14 Dec 2023 02:28 AM
Updated by:
Comments
TomVGW
Newcomer

Hi darynakovyrina,

We are facing a similar problem.
To which value did you increase?

Regards.


Mizső
DynaMight Leader
DynaMight Leader

Hi @TomVGW,

I would increase the oneagentresources limits. This is the dafult set in dynakube.yaml. We have changed only the cpu limits from 300ms to 500ms at a client.

oneAgentResources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 300m
memory: 1.5Gi

I hope it helps.

Best regards,

Mizső

TomVGW
Newcomer

Hi @Mizső ,

Thank you for the feedback.
We have now configured the following limits

TomVGW_0-1704969980740.png

Unfortunately, it doesn't seem to help.
Original config was a indeed cpu limit of 300m.
Regards,
Tom

Mizső
DynaMight Leader
DynaMight Leader

Hi @TomVGW,

Try to increase gradually. 😉

Best regards,

Mizső