[Agent] [Executor] 优化Functional Executor

This commit is contained in:
zeaslity
2023-10-13 17:22:21 +08:00
parent 0a294fa81b
commit 020fc76e05
8 changed files with 215 additions and 150 deletions

View File

@@ -6,7 +6,7 @@ var configFilePath = "/root/.kube/config"
func CheckPodStatus(specific string, supreme string) bool {
if !BaseCommandExists("kubectl") {
if !BasicCommandExists("kubectl") {
log.Error("kubectl命令不存在无法查看Pod状态请查看")
}