[+] 增加 k8s 基础环境初始化脚本
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
2025-01-22 15:17:32 +08:00
parent 3e913215f1
commit 21945b816a
3 changed files with 54 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ download_and_run() {
fi
fi
bash "$filename"
rm "$filename"
}