mirror of https://github.com/milvus-io/milvus.git
fix: Proxy restful api doesn't register (#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>pull/30120/head
parent
c91254f762
commit
fc56ed5c27
|
@ -419,6 +419,9 @@ func (node *Proxy) Start() error {
|
||||||
log.Debug("update state code", zap.String("role", typeutil.ProxyRole), zap.String("State", commonpb.StateCode_Healthy.String()))
|
log.Debug("update state code", zap.String("role", typeutil.ProxyRole), zap.String("State", commonpb.StateCode_Healthy.String()))
|
||||||
node.UpdateStateCode(commonpb.StateCode_Healthy)
|
node.UpdateStateCode(commonpb.StateCode_Healthy)
|
||||||
|
|
||||||
|
// register devops api
|
||||||
|
RegisterMgrRoute(node)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue