可以在集群中查看待安装节点、并直接安装节点

This commit is contained in:
刘祥超
2020-10-26 21:15:13 +08:00
parent 8312142ad5
commit 72e821f24a
6 changed files with 918 additions and 373 deletions

View File

@@ -8,5 +8,6 @@ message NodeInstallStatus {
bool isFinished = 2;
bool isOk = 3;
string error = 4;
string errorCode = 6;
int64 updatedAt = 5;
}