Popeye terminating with OOMKilled error
adonaicosta opened this issue · 2 comments
adonaicosta commented
Description
sometimes the scan pod has outfomemory
Expected Behavior
Pod state Completed
matheusfm commented
Thanks for reporting this issue.
It happens because the default resource limits is not enough for your target cluster.
For now you can edit the popeye
plugin (kubectl edit plugin popeye -n zora-system
) to increase the limit.
matheusfm commented
TODO: popeye resources as helm chart parameters.
Example: https://github.com/undistro/zora/blob/main/charts/zora/values.yaml#L89