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:
- Log in to the management node.
- 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>
Parent topic: Use on the CLI (Volcano)