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 it possible to extend reloader so it will reload my pod in case no only on whole secret change but only on certain fields inside my secret ?
In our setup we have many services modelled as deployments, and each of them consumes settings from multiple configmaps and secrets (typically one for the "bigger picture" settings, and then...
Suggested by Marton Szucs in slack channel: For applications that supports updating configuration at runtime, like pgbouncer or nginx, it would be nice to just reload the application inside a...
Since this has transitioned to using an _in repo_ helm chart, the helm chart documentation should be checked, and documented. The current helm chart in this repo, seems to be...
Hello This PR is to address running Reloader with multiple replicas as requested in #112 and it's something that we'd love to have at Nutmeg! I'm opening the PR at...
When setting `readOnlyRootFileSystem: false` in the chart it creates tmp-volume as expected but it doesn't set `deployment.containerSecurityContext.readOnlyRootFilesystem: true` as expected by for example [Microsoft Azure pod security policy](https://www.azadvertizer.net/azpolicyadvertizer/df49d893-a74c-421d-bc95-c663042e5b80.html?desc=compareJson&left=https%3A%2F%2Fwww.azadvertizer.net%2Fazpolicyadvertizerjson%2Fdf49d893-a74c-421d-bc95-c663042e5b80_4.2.1.json&right=https%3A%2F%2Fwww.azadvertizer.net%2Fazpolicyadvertizerjson%2Fdf49d893-a74c-421d-bc95-c663042e5b80_5.0.0.json) Suggest to...
According to the README `--reload-strategy=annotations `is intended to work with auto-reconciliation using CD tools loke ArgoCD or FluxCD. Either I get this wrong, or the README is the wrong way...
We have k8s cluster with the following k8s scheme: ``` # namespace/app (deployment name) # namespace/cm (name of the configmap) ns-1/app ns-1/cm ns-2/app ns-2/cm ... ... ``` As you can...
Hi, We are running protecode scans on the container image and found the following vulnerabilities . Could you please update it ?