Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
routesrv: do not log empty routes as error (#2914)
`routesrv` may be configured to produce no routes, e.g. to only serve Redis endpoints from the namespace without Ingresses/RouteGroups: ```sh bin/routesrv \ -enable-kubernetes-endpointslices \ -kubernetes-namespace=my-redis-ns \ -kubernetes-redis-service-namespace=my-redis-ns \ -kubernetes-redis-service-name=my-redis \ -kubernetes-https-redirect=false \ -kubernetes-healthcheck=false \ ... ``` For #2476 Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information