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?
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?