configmap-reload
configmap-reload copied to clipboard
Simple binary to trigger a reload when a Kubernetes ConfigMap is updated
Since Kubernetes 1.11 it's possible to share the IPC namespace, allowing to send signals between containers. Since many services reload their config on a signal, e.g SIGHUP, it would make...
I mounted multiple ConfigMaps to different directories, and then used configmap-reload to listen to the parent directory. When I update the configmap, configmap-reload cann't found it changes. Do you not...
## Proposal **Use case. Why is this important?** Docker Content Trust allows us to verify if the images downloaded are indeed the images that jimmidyson/configmap-reload published. Security measures can be...
Hello,I meet a question: I use the command :kubectl edit cm xxx, then use the Vi to modify the file, after edit ,how to use this sidecar to update the...
Hi, It would be good to add /ready and /healthy end-points to ensure service behaves well in a K8s environment. Do you already have a plan to implement this? Thanks,...
I think it's worth mentioning in the documentation that it works for secrets too. Both to provide visibility to the feature and to lock it in as something users can...
Hi, I"m trying to build the binary for s390x platform. Getting the below error: root@platcon3:~/go/src/github.com/img-configmap-reload# ./build.sh ~/go/src/github.com/img-configmap-reload/configmap-reload ~/go/src/github.com/img-configmap-reload command -v dep >/dev/null 2>&1 || go get github.com/golang/dep/cmd/dep if [ !...
I'm running a Prometheus-operator deployment that uses configmap-reload image on a Rock64 ARM64 board. I see in the logs the following error in journalctl: ``` Mar 13 10:15:27 kubenode2 kernel:...
Will not work if volume-dir argument is a file instead of directory. this is probably more of a feature request than a bug
Hi, what do you think about retrying failed webhooks? Maybe by using http://godoc.org/github.com/hashicorp/go-retryablehttp? For example I updated a configmap while prometheus was in crash recovery, so it didn't reload the...