Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

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 usin...

Results 203 Reloader issues
Sort by recently updated
recently updated
newest added

Description: Currently, reloader doesn't support CronJobs, so I have implemented support for Kubernetes CronJobs in the Stakater/Reloader repository and would like to contribute this feature back to the project. Feature...

kind/enhancement

Need some info regarding reloader Q : how much load it will increase on api-server. Is there a way we can calculate ? What is time interval it is hitting...

kind/question

Hi, some program are supporting reload via HTTP endpoint. It would be nice, reloader could support this. Instead restart a pod, do a http call like `http://pod:8080/-/reload` for reloading a...

kind/enhancement

https://github.com/stakater/Reloader/blob/master/docs/Verify-Reloader-Working.md#verify-from-metrics Currenly only two metrics are exposed. But it does not provide much info. As it is just increasing count. Can we have metrics related to which secret or configmap...

kind/enhancement
kind/help wanted

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...

kind/bug

https://github.com/stakater/Reloader/blob/dfb26d789f3b69864cef97cc8b6e4412d2494219/pkg/kube/client.go#L76 We're seeing `time="2023-09-05T14:14:04Z" level=info msg="Environment: Kubernetes"` in our logs, since it's not JSON, it triggers an error alert. We have the helm chart configured to log JSON, and it...

kind/question

Hi, installed with this command: `helm install reloader -n reloader --create-namespace stakater/reloader --set autoReloadAll=true` I expected to be able to auto-reload a deployment in the monitoring namespace without any labels,...

kind/bug

Hello, Let's say we have multiple deployments referencing parts of a shared configmap (overlap only partially) via env:configMapRef. Is there an option to configure reloader to only reload services referencing...

kind/enhancement
kind/question

At the moment reloader is either global (with elevated cluster-level permissions) or single-namespace-local. It would be nice if single reloader instance could also handle a few specific namespaces (without possessing...

kind/enhancement
kind/help wanted