delete secret volcano-admission-secret,make the volcano job run success

This commit is contained in:
zhuyaguang 2022-07-19 13:30:17 +08:00
parent b37be5a4da
commit e7768eb59f

View File

@ -107,6 +107,7 @@ kubectl create clusterrolebinding frameworkbarrier-kubeflow --clusterrole=framew
# 部署volcano
kubectl delete -f volcano/volcano-development.yaml
kubectl delete secret volcano-admission-secret -n volcano-system
kubectl apply -f volcano/volcano-development.yaml
kubectl wait crd/jobs.batch.volcano.sh --for condition=established --timeout=60s