[ Agent ] [ BASE ] - add default ssh key install
This commit is contained in:
@@ -20,7 +20,7 @@ public enum BaseFunctionEnum {
|
||||
),
|
||||
|
||||
INSTALL_DEFAULT_SSH_KEY(
|
||||
"installDefaultSSHKey ",
|
||||
"installDefaultSSHKey",
|
||||
"安装默认SSH-Key"
|
||||
),
|
||||
|
||||
|
||||
@@ -94,8 +94,8 @@ public class AppFuncScheduler {
|
||||
);
|
||||
|
||||
List<AppFunctionEnum> appFunctionEnumList = List.of(
|
||||
AppFunctionEnum.DEPLOY_RKE,
|
||||
AppFunctionEnum.DEPLOY_K8S_DASHBOARD
|
||||
AppFunctionEnum.DEPLOY_RKE
|
||||
// AppFunctionEnum.DEPLOY_K8S_DASHBOARD
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user