open-traffic-generator / keng-operator

Other
6 stars 1 forks source link

Increase memory limit quota for controller manager #16

Closed raballew closed 2 years ago

raballew commented 2 years ago

As described in #15, a controller that fails to download the configmap from the ixia-c releases (github.com/open-traffic-generator/ixia-c/releases/download/VERSION/ixia-configmap.yaml) tries to locate the resource in the cluster but due to strict memory constraints that results in OOM killed pods frequently. This PR attempts to fix this issue by raising the memory quota limit, which on my cluster worked as well.

anjan-keysight commented 2 years ago

I have merged the change, we initially wanted to reproduce the issue; but I think we can pull in the change as is.