集群增加自动安装nftables配置

This commit is contained in:
GoEdgeLab
2022-09-18 09:26:01 +08:00
parent 4e38fff336
commit 7f7e9414df
6 changed files with 4355 additions and 4318 deletions

View File

@@ -163,6 +163,7 @@ message CreateNodeClusterRequest {
int64 httpFirewallPolicyId = 7;
bytes systemServicesJSON = 8; // 系统服务设置
bytes globalServerConfigJSON = 10; // 服务全局设置
bool autoInstallNftables = 11; // 自动安装nftables
}
message CreateNodeClusterResponse {
@@ -180,6 +181,7 @@ message UpdateNodeClusterRequest {
bool autoOpenPorts = 8;
bytes clockJSON = 9;
bool autoRemoteStart = 10;
bool autoInstallNftables = 11;
}
// 删除集群