mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 02:38:17 +08:00
[REV] Setup online when node start.
This commit is contained in:
parent
14a4afb020
commit
69c6251ed8
@ -84,6 +84,7 @@ func NewNodeManager(conf *option.Conf) (*NodeManager, error) {
|
||||
healthy: healthyManager,
|
||||
etcdCli:etcdCli,
|
||||
}
|
||||
nodem.HostNode.NodeStatus = &client.NodeStatus{Status: "online"}
|
||||
return nodem, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user