Job Delivery
Run the following command in the path of the sample YAML file on the management node to deliver an inference job using the YAML file:
kubectl apply -f XXX.yaml
For example:
kubectl apply -f infer-310p-1usoc.yaml
Command output:
1 | job.batch/resnetinfer1-2 created |
If the YAML file of the job is modified after the job is successfully delivered, run the kubectl delete -f XXX.yaml command to delete the original job and then deliver the job again.
Parent topic: Use on the CLI (Volcano)