Sign inSign up

openpitrix/watcher

By openpitrix

Updated over 7 years ago

Watcher is a simple service to trigger a handler when WATCHER_WATCHED_FILE was updated.

Image
0

50K+

openpitrix/watcher repository overview

Watcher

Build Status Docker Build Status License


watcher is a simple service to trigger a handler when WATCHER_WATCHED_FILE is updated.

In openpitrix, the global config is load into ConfigMap when depolied by helm or kubernetes; watcher watches mounted volume dirs from ConfigMap and notifies the target process(UpdateOpenPitrixEtcd) that the config map has been changed. It currently only supports handler UpdateOpenPitrixEtcd.


Usage

Docker
docker run -it -d \
       -v ${CONFIG_DIR}:/opt/config.yaml \
       -e WATCHER_HANDLER=UpdateOpenPitrixEtcd \
       -e WATCHER_WATCHED_FILE=/opt/config.yaml \
       -e WATCHER_DURATION=10 \
       -e WATCHER_LOG_LEVEL=debug \
       -e WATCHER_ETCD_PREFIX=openpitrix \
       -e WATCHER_ETCD_ENDPOINTS=127.0.0.1:2379 \
       -e IGNORE_KEYS='{"runtime": true, "cluster": {"registry_mirror": true}}' \
       --name watcher openpitrix.io/watcher
Helm

refrence: https://github.com/openpitrix/helm-chart

Tag summary

Content type

Image

Digest

Size

6.7 MB

Last updated

over 7 years ago

docker pull openpitrix/watcher