Deleting a Training Job
Procedure
Run the following command in the YAML directory of the delivered job to delete the corresponding training job:
kubectl delete -f XXX.yaml
Example:
kubectl delete -f a800_vcjob.yaml
root@ubuntu:/home/test/yaml# kubectl delete -f a800_vcjob.yaml configmap "rings-config-mindx-dls-test" deleted job.batch.volcano.sh "mindx-dls-test" deleted
Parent topic: Training Job