DopplerHQ / kubernetes-operator

Apache License 2.0
44 stars 18 forks source link

Adjust requested memory resource size from 128Mi to 256Mi for operator manager #40

Closed SGudbrandsson closed 1 year ago

SGudbrandsson commented 1 year ago

We were facing OOM restarts after updating the kubernetes operator. Turned out that the memory requests were too low on GCP Autopilot for the amount of secrets we have.

After updating the memory requests to 256mb, the system recovered with the new features.

nmanoogian commented 1 year ago

Thanks for tracking this down, @SGudbrandsson! This change makes sense to me.