Merge remote-tracking branch 'origin/local-ss' into local-ss

This commit is contained in:
zeaslity
2024-05-29 15:37:09 +08:00
3 changed files with 15 additions and 18 deletions

View File

@@ -169,11 +169,6 @@ func (op *AgentOsOperator) deployRke(funcArgs []string) (bool, []string) {
func (op *AgentOsOperator) deployK8sDashboard(funcArgs []string) (bool, []string) {
restartHarborExec, strings := op.restartHarborExec()
if !restartHarborExec {
return false, strings
}
// check folder
folder, i := CheckAppInstallFolder()
if !folder {