why it is in ODH
As part of HA-izing Jupyterhub, we are using this as a sidecar container that would update the rules.toml file read by the traefik proxy whenever the configmap traefik-rules is updated by Jupyterhub.
It is deployed as a part of odh and therefore should be included in ODH images.
steps to build the image
cd configmap-puller
DOCKER_IMAGE=quay.io/opendatahub/configmap-puller:0.1 make build
As per request
why it is in ODH As part of HA-izing Jupyterhub, we are using this as a sidecar container that would update the rules.toml file read by the traefik proxy whenever the configmap
traefik-rules
is updated by Jupyterhub. It is deployed as a part of odh and therefore should be included in ODH images.steps to build the image