可以修改服务的DNS设置

This commit is contained in:
刘祥超
2020-11-14 11:05:49 +08:00
parent 73164f7539
commit b9f8915d48
4 changed files with 511 additions and 230 deletions

View File

@@ -90,7 +90,7 @@ service NodeService {
// 计算某个节点分组内的节点数量
rpc countAllEnabledNodesWithGroupId (CountAllEnabledNodesWithGroupIdRequest) returns (RPCCountResponse);
// 取得某个集群下的所有节点
// 取得某个集群下的所有节点DNS信息
rpc findAllEnabledNodesDNSWithClusterId (FindAllEnabledNodesDNSWithClusterIdRequest) returns (FindAllEnabledNodesDNSWithClusterIdResponse);
// 查找单个节点的域名解析信息