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
I am using cousul kv to manage the subscriptions configuration and consul-template to render the gnmi config in k8s. In case I change the subscriptions configuration in kv, the gnmi does not reload it's config and requires a manual re-deployments of the pods.
It will be great if you can add api endpoint to force the reload.
Example: curl -X POST http://localhost:7890/-/reload
The text was updated successfully, but these errors were encountered:
The only thing is that re-spawning the whole pod will take more time, which will result in a metrics gaps(~1m). I think with reloading config this time can be improved.
I am using cousul kv to manage the subscriptions configuration and consul-template to render the gnmi config in k8s. In case I change the subscriptions configuration in kv, the gnmi does not reload it's config and requires a manual re-deployments of the pods.
It will be great if you can add api endpoint to force the reload.
Example:
curl -X POST http://localhost:7890/-/reload
The text was updated successfully, but these errors were encountered: