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