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
Require kubernetes option (explicitly or via -kubernetes flag).
Initially routesrv implied this option as it was envisioned for serving
Kubernetes dataclient routes.
Later an endpoint to serve Redis endpoints was added by #2237
Within #2476 skipper allows Redis endpoints discovery without using
kubernetes dataclient for routing.
This behaviour is configured by the -kubernetes flag.
The plan is to allow routesrv the same - provide Redis endpoints without
using Kubernetes dataclient to create routes.
This change is the first step that converts implied Kubernetes option
into required.
This is a breaking change for users that run routesrv without
-kubernetes flag or use it from the library without setting Kubernetes
option.
For #2476
Signed-off-by: Alexander Yastrebov <[email protected]>
0 commit comments