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
Currently our kuberpult instance is not using the rollout service. We observed that our Datadog instance is accumulating several errors rpc error: code = Unimplemented desc = rollout service not configured.
I did this mainly for easier backward compatibility. We have the rollout service enabled in most projects as it provides valuable features. However, I would be fine with handling this case without the error code.
Hello Kuberpult Team,
Currently our kuberpult instance is not using the rollout service. We observed that our Datadog instance is accumulating several errors
rpc error: code = Unimplemented desc = rollout service not configured
.After some investigation we believe that a check on
StreamStatus()
method is causing this error every time the UI is accessed and the rollout service disabled. Here are some links:Due to this call: https://github.com/freiheit-com/kuberpult/blob/main/services/frontend-service/src/ui/App/index.tsx#L109
And this line: https://github.com/freiheit-com/kuberpult/blob/main/services/frontend-service/pkg/cmd/server.go#L701
Is this the expected behaviour?
The text was updated successfully, but these errors were encountered: