stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!

Home Page:https://docs.stakater.com/reloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reloader memory leak?

liad5h opened this issue · comments

commented

image: ghcr.io/stakater/reloader:v1.0.26
chart version: v1.0.26

By default the reloader is deployed without resource limits.
When deploying it without limits, the reloader sometimes consumes lots of memory.

I installed the chart with the following values:

fullnameOverride: reloader
reloader:
  deployment:
    resources:
      limits:
        cpu: "500m"
        memory: "2Gi"
      requests:
        cpu: "10m"
        memory: "512Mi"

is this a known issue?

image
image

commented

here you can see the consumption going up to 100% available memory.
if we remove the limits it goes up until it gets evicted by the node
image

any update on this?

any updates?
i'm using reloader version v0.0.69