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.** When using long-lived / manual blue/green rollouts it currently creates a new green rollout and requires time / manual intervention...
**Describe the bug** SHA-1 hashing is used by the Reloader operator to store secret data on an environment variable or annotation of the owning resource. Given the weakness of SHA-1,...
I have been following Reloader for the PR : https://github.com/stakater/Reloader/pull/486 Issue : [Reloader Issue Support for Cron Job ](https://github.com/stakater/Reloader/issues/452) Is there a readme that's available ? for this change ,...
We have noticed that when we change both **configmap** and **secrets**, first, new **configmap** is applied and pods restarted, and some time later, new **secrets** are applied and pods are...
**Is your feature request related to a problem? Please describe.** I would like to restart all my pod that have an istio sidecar when the istio tag version change. **Describe...
**Is your feature request related to a problem? Please describe.** Please add a documentation of the chart values.yaml , it is not easy to understand what each key:value pair does...
Dear team, May I know how to set the correct namespaceSelector at values.yaml? I tried ``` reloader: namespaceSelector: "aaa.bbb.ccc.ddd/eee=foo,aaa.bbb.ccc.ddd/eee=bar" reloader: namespaceSelector: "aaa.bbb.ccc.ddd/eee:foo,aaa.bbb.ccc.ddd/eee:bar" ``` Both settings can not work, and can...
Is it possible for the reloader to wait n time before issuing the reload of a deployment?
I am trying to use reloader with a Deployment that is created by a Custom Resource Definition managed by an operator. I annotated the deployment using the CRD. Reloader creates...