[agent-deploy] - xzyd project

This commit is contained in:
zeaslity
2024-05-10 10:52:21 +08:00
parent f1b432fc3a
commit 836e8f631b
22 changed files with 11418 additions and 50 deletions

View File

@@ -353,7 +353,7 @@ func (op *AgentOsOperator) deployTestNFS(funcArgs []string) (bool, []string) {
}
// 下载模板文件
k8sNFSYamlFile := "/root/wdd/install/k8s-nfs-test.json"
k8sNFSYamlFile := "/root/wdd/install/k8s-nfs-test.yaml"
ok, resultLog := BasicDownloadFileByCurl(op.OssOfflinePrefix+nfsTemplateFile, k8sNFSYamlFile)
if !ok {
return false, resultLog