Job Deletion
Run the following command in the path of the sample YAML file to delete the corresponding inference job:
kubectl delete -f XXX.yaml
For example:
kubectl delete -f infer-310p-1usoc.yaml
Command output:
1 2 | root@ubuntu:/home/test/yaml# kubectl delete -f infer-310p-1usoc.yaml job "resnetinfer1-2" deleted |
Parent topic: Use on the CLI (Volcano)