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...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/stakater/Reloader). ## Config Migration Needed - [ ]...
Hi team! We are facing something similar to #145 The reloader works fine for regular statefulsets but something is not working correctly with statefulsets managed by prometheus-operator. Reloader detects the...
This PR adds support the the vertical pod autoscaler so users do not have to care about the resource usage of application and let the vertical pod autoscaler to do...
**Is your feature request related to a problem? Please describe.** As of now, reloader converts secrets into a hash, and stores it in a deployment as an env variable, which...
Given the following custom `values.yaml`: ``` reloader: reloadStrategy: annotations readOnlyRootFileSystem: true securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault containerSecurityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true capabilities: drop: [ALL] ``` I would expect `Reloader`...
Currently, when a secret is updated, Stakater detects this and reloads the deployment almost immediately. Suppose the custom app is in a helm chart, which let's say contains a secret...
Could you please make reloader image available in docker v2.2 format as well along with oci format ? Some of the tools such as Artifactory gives issue downloading oci v1...
**Is your feature request related to a problem? Please describe.** I am incorporating Reloader into my project mainly to automatically reload pods after certificates (secrets) change. For most deployments I...
As I want my files to have a proper name regarding to container specifications, I want to set an alias on some secrets. But when I do so, stakater/reloader doesn't...