mirror of https://github.com/milvus-io/milvus.git
Cherry-pick from master pr: #30072 issue: #30074 This PR fix that management restful api in proxy doesn't register to http service Signed-off-by: Wei Liu <wei.liu@zilliz.com> Co-authored-by: wei liu <wei.liu@zilliz.com>pull/30563/head
parent
b2d3278c56
commit
8fec7de472
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue