-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Does P/R/C reporting on argo list -o wide still work? #9281
Comments
This happen because of this line of code: argo-workflows/cmd/argo/commands/list.go Line 48 in f27475f
It should be easy to add an option for |
Hi @alexec, I am new to open source and would like to try and work on this issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is a mentoring request, please provide an update here. Thank you for your contributions. |
Update on the issue: I have been learning Go and Kubernetes and reviewing the documentation to better understand the project. |
Hi @alexec, I have made the following changes: After running Kindly let me know if this fixes the issue or if I need to make more changes. |
Signed-off-by: aditya-shrivastava <aditya.shrivastava251@gmail.com>
Signed-off-by: aditya-shrivastava <aditya.shrivastava251@gmail.com>
…roj#9874) Signed-off-by: aditya-shrivastava <aditya.shrivastava251@gmail.com> Signed-off-by: juchao <juchao@coscene.io>
Whenever I try running any of our workflows and I used
I've tried this with our job definitions and I've also tried this out of the box some of the workflows in
argo-workflows/examples
and I've yet to see a case where it works.Summary
What happened/what you expected to happen?
The
P/R/C
column is populated based on the number of pending/running/completed steps of the workflow.What version are you running?
We're running v3.2.9 but I've also tried it with v3.3.7
The text was updated successfully, but these errors were encountered: