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-deploy-dynamic.yaml

Command output:

1
2
root@ubuntu:/home/test/yaml# kubectl delete -f infer-310p-1usoc.yaml 
job "resnetinfer1-1" deleted