configmap-reload
configmap-reload copied to clipboard
Simple binary to trigger a reload when a Kubernetes ConfigMap is updated
Hello, is it supposed to work with HostPath mount from node? because it does not seem to work.
1. Support TLS 1.3 and 1.2 versions 2. ConfigMap-reload needs to support Mutual TLS if the target process is running in TLS mode 3. ConfigMap-reload can also expose metrics over...
https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/ this feature is available from k8s 1.17 when could reloader send signals to processes?
Implement this. https://github.com/jimmidyson/configmap-reload/issues/39
currently no release notes / change log is maintained , we are checking through commits to see whats changes.
Hi I was trying to use this awesome project with plain docker (docker compose, actually) and I couldn't do it. Peeking the code I saw this conditional https://github.com/jimmidyson/configmap-reload/blob/master/configmap-reload.go#L166. Could we...
Hi, first of all thank you very much! I noticed that the info logs are written to stderr, thus showing up as errors on the GCP logs explorer (Kubernetes): ![Screenshot...
configmap-reload container showing following logs when configmap is updated: 2021/10/26 18:13:56 Watching directory: "/etc/config" 2021/10/26 18:50:08 config map updated 2021/10/26 18:50:08 performing webhook request (1/1) 2021/10/26 18:50:08 error: Received response...
Please include the tool's release version in the image or binary (eg. in a `-version` command, the help text and/or as environment variable/label). This would be very convenient for sync...
**Is your feature request related to a problem? Please describe.** Dockerhub rate limits **Describe the solution you'd like** Push docker image to an additional registry like Quay or GHCR