Job Progress Viewing

After a training job is successfully delivered, it can run properly. You can view the running status of the training job as follows.

Viewing All Training Jobs

To view all training jobs running on the current node, perform the following steps:

  1. Log in to the management node.
  2. Run the following command to check the running status of training jobs:
    kubectl get pods -A -o wide
    Command output:
    1
    2
    3
    4
    NAMESPACE        NAME                                       READY   STATUS    RESTARTS   AGE     IP                NODE         NOMINATED NODE   READINESS GATES
    ......
    vcjob            mindx-dls-test-default-test-0              1/1     Running   0          92s     192.168.70.118    ubuntu-155   <none>           <none>
    vcjob            mindx-dls-test-default-test-1              1/1     Running   0          92s     192.168.185.213   ubuntu-177   <none>           <none>