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...
Hello, I'm trying to use reloader with Knative Service. When I'm using default strategy, nothing is happening. In annotations strategy, pod is indeed created, but after a while terminated, therefore...
we want to automatic restart pods when special files change, not only configmap or secret. Could we add this feature?
Labels currently are like ``` chart=reloader-v1.0.24 version=v1.0.24 ``` When they should be in line with standards and like ``` helm.sh/chart=reloader-v1.0.24 app.kubernetes.io/version=v1.0.24 ```
I have noticed that for PR: https://github.com/stakater/Reloader/pull/467 https://github.com/PatrickSpies/stakater-reloader/blob/feat/chart-netpol/.github/workflows/pull_request.yaml#L4 actually changed `pull_request` to `pull_request_target` https://github.com/stakater/Reloader/blob/master/.github/workflows/pull_request.yaml#L4 which allows fork PR be able to use base repo's secrets. Is this a common practice?...
We just integrated the Reloader controller in our Kubernetes cluster. We added the [reloader.stakater.com/auto](http://reloader.stakater.com/auto): "true" annotation to our deployments, and we expect them to be reloaded every time we update...
Could a compatibility matrix be set up, especially for upcoming versions of Kubernetes?
Greetings, A [thread](https://akv2k8s.slack.com/archives/C019A9XDA1M/p1686747062687859) was started in the akv2k8s.io slack regarding the possibility of detecting changes and restarting pods that leverage a custom resource used by that project. The custom resource...
As an end user, sometimes volume claims change spec and it’d be nice to have reloaded restart relevant pods. For example, a database backed by an ebs volume runs out...
`metadata.annotations: reloader.stakater.com/auto: "true"` is not working, no information why rollout restart not starting. I followed the README info how to set the annotation and looks like it is not working...
I managed to reproduce it in 2 different clusters of Openshift 4.9 and 4.10. I tried with `reloader.stakater.com/auto: true` and afterwards I tried with `secret.reloader.stakater.com/reload: event-kafka-cert` set at the `spec.template.statefulset.metadata.annotations`...