Reloader
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...
Hi, This is a useful tool for any DevOps/SRE teams managing K8S clusters and apps. One question though, will this be able to detect changes to Secrets stored in an...
I can't find any tests or docs on changes in PR [314](https://github.com/stakater/Reloader/pull/314). Is this work in progress?
@dpetersen @stakater-user when configmap changed, a new ReplicaSet was created and a old one was killed. is it possible to just maintain the same replicaset?
We have deployed reloader 0.0.114 cluster-wide. We have a OpenShift 4.8 cluster with about 190 Namespaces, 5900 Secrets and 3200 ConfigMaps. Raw size of exported secrets+configmaps (`kubectl get secrets,configmaps -A...
If I start Reloader with the "**--reload-on-create=true**" argument, everytime reloader pod is restarted it triggers a rolling update of all deployment that are "managed" by Reloader. Example of Reloader logs...
some application can be informed that they need to reload their configuration by calling an endpoint. for spring applications the standard endpoint is at `/actuator/refresh`. Refreshing properties this way is...
Hi, thank you for your great project. I have a scenario:we will update configmap many times in a short time,this leads to that we will see many rolling updates going...
Pros and cons of reloader over automatically updation of statefulset for a mounted configmap. [https://kubernetes.io/docs/concepts/configuration/configmap/#mounted-configmaps-are-updated-automatically](url)
**Is your feature request related to a problem? Please describe.** Dockerhub rate limits **Describe the solution you'd like** Push reloader to an additional registry like Quay or GHCR
Is it possible to have two replicas running at the same time? I mean, are they able to coordinate so, when a configmap/secret changes, only one of them takes care...