Delivering an Inference Job
Run the following command on the master node to deliver an inference job using the YAML file:
kubectl apply -f XXX.yaml
Example:
kubectl apply -f infer.yaml
root@ubuntu:/home/test/yaml# kubectl apply -f infer.yaml job.batch/resnetinfer1-2 created
Parent topic: Inference Job