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...
**Is your feature request related to a problem? Please describe.** I would like to guarantee deployments restart also when the config change occurs during reloader outage. It is possible to...
**Describe the bug** Hi, I got issue with Stakater. I use 1 configmap to share with multiple services and when I update value of config map it will impact (reload...
**Is your feature request related to a problem? Please describe.** There are some cases when we need to trigger a rollout strategy instead of just restarting the pods. https://github.com/stakater/Reloader/pull/724 This...