diff --git a/internal/proxy/proxy.go b/internal/proxy/proxy.go index afd8bd5fe4c7b..7569689f44d81 100644 --- a/internal/proxy/proxy.go +++ b/internal/proxy/proxy.go @@ -411,6 +411,9 @@ func (node *Proxy) Start() error { log.Debug("update state code", zap.String("role", typeutil.ProxyRole), zap.String("State", commonpb.StateCode_Healthy.String())) node.UpdateStateCode(commonpb.StateCode_Healthy) + // register devops api + RegisterMgrRoute(node) + return nil }