arena icon indicating copy to clipboard operation
arena copied to clipboard

mpijob reports running when the worker pod is pending

Open cheyang opened this issue 7 years ago • 1 comments

# arena  list
NAME  STATUS   TRAINER  AGE  NODE
test  RUNNING  MPIJOB   16m
# arena get test
NAME  STATUS   TRAINER  AGE  INSTANCE              NODE
test  PENDING  MPIJOB   16m  test-mpijob-worker-0  N/A
test  PENDING  MPIJOB   16m  test-mpijob-worker-1  N/A
 kubectl get mpijob -o=yaml
apiVersion: v1
items:
- apiVersion: kubeflow.org/v1alpha1
  kind: MPIJob
  metadata:
 
  status: {}
kind: List
metadata:
  resourceVersion: ""
  selfLink: ""

The reason is the status of mpijob is empty.

cheyang avatar Jan 04 '19 10:01 cheyang

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 30 '25 00:11 github-actions[bot]