-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for mxjob status bug fix #1650
Comments
Is there anyone who can reply? |
Is this always reproducible? |
yes we solved this problem by fixing the clusterrole file. |
This was fixed in latest release #1565 |
sorry, it was different issue. It is still happening in my cluster. Status: |
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. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
Hi.
I want to request for mxjob status logic using training operator.
When I create a training job with a simple command, two job's condition status are created at the same time.
In fact, the job is completed, but it seems be Running when I check using 'kubectl get mxjob'
My guess is because the Running status is aligned to the bottom.
Could you fix this issue as soon as possible?
Please reply.
API Version : kubeflow.org/v1
Kubeflow Version : 1.5
Status:
Conditions:
Last Transition Time: 2022-07-22T06:46:55Z
Last Update Time: 2022-07-22T06:46:55Z
Message: MXJob mxtrain1 is created.
Reason: MXJobCreated
Status: True
Type: Created
Last Transition Time: 2022-07-22T06:53:06Z
Last Update Time: 2022-07-22T06:53:06Z
Message: MXJob mxtrain1 is successfully completed.
Reason: MXJobSucceeded
Status: True
Type: Succeeded
Last Transition Time: 2022-07-22T06:53:06Z
Last Update Time: 2022-07-22T06:53:06Z
Message: MXJob mxtrain1 is running.
Reason: MXJobRunning
Status: True
Type: Running
$ kubectl get mxjobs -n admin-0001
NAME STATE AGE
mxtrain1 Running 18d
The text was updated successfully, but these errors were encountered: