Skip to content

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated

License

Notifications You must be signed in to change notification settings

openshift/configmap-reload

This branch is 96 commits ahead of, 7 commits behind jimmidyson/configmap-reload:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2024
Sep 27, 2024
Dec 5, 2024
Aug 11, 2016
Jun 14, 2022
Sep 27, 2024
Dec 5, 2024
Aug 11, 2016
May 25, 2023
Jan 16, 2024
May 16, 2023
Sep 24, 2020
Sep 27, 2024
Sep 23, 2024

Repository files navigation

Kubernetes ConfigMap Reload

license Docker Stars Docker Pulls

configmap-reload is a simple binary to trigger a reload when Kubernetes ConfigMaps or Secrets, mounted into pods, are updated. It watches mounted volume dirs and notifies the target process that the config map has been changed. It currently only supports sending an HTTP request, but in future it is expected to support sending OS (e.g. SIGHUP) once Kubernetes supports pod PID namespaces.

Since version v0.10, the Docker image is available from ghcr.io at https://github.com/jimmidyson/configmap-reload/pkgs/container/configmap-reload. Previous versons are available from Docker Hub at https://hub.docker.com/r/jimmidyson/configmap-reload

Usage

Usage of ./out/configmap-reload:
  -volume-dir value
        the config map volume directory to watch for updates; may be used multiple times
  -web.listen-address string
    	  address to listen on for web interface and telemetry. (default ":9533")
  -web.telemetry-path string
    	  path under which to expose metrics. (default "/metrics")
  -webhook-method string
        the HTTP method url to use to send the webhook (default "POST")
  -webhook-status-code int
        the HTTP status code indicating successful triggering of reload (default 200)
  -webhook-url string
        the url to send a request to when the specified config map volume directory has been updated
  -webhook-retries integer
        the amount of times to retry the webhook reload request

License

This project is Apache Licensed

About

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.8%
  • Dockerfile 2.2%