You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used in kubernetes with a config file mounted from a config map,
it would be best to have cooper autodetect changes in a/the config file and auto reload it.
Also: Make a boot param to enable/disable this feature.
The text was updated successfully, but these errors were encountered:
For me, the main use-case is the local development environment. When I am working in my Couper config it is cumbersome to always restart the docker container (or compose service).
I see the kube use-case as more complicated. If you have multiple replicas of your gateway running, you wouldn't want them to restart at the same time. We would have to implement a very graceful reconfiguration process that doesn't loose any requests.
For local dev setup that isn't so important - allowing for a much simpler implementation for now.
When used in kubernetes with a config file mounted from a config map,
it would be best to have cooper autodetect changes in a/the config file and auto reload it.
Also: Make a boot param to enable/disable this feature.
The text was updated successfully, but these errors were encountered: