Skip to content
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

Show message in kubectl get wf and argo list #8307

Closed
alexec opened this issue Apr 3, 2022 · 1 comment · Fixed by #8353
Closed

Show message in kubectl get wf and argo list #8307

alexec opened this issue Apr 3, 2022 · 1 comment · Fixed by #8353
Assignees
Labels
area/cli The `argo` CLI good first issue Good for newcomers type/feature Feature request

Comments

@alexec
Copy link
Contributor

alexec commented Apr 3, 2022

We don't surface the message for either. We should as it would be very helpful for understanding why a workflow failed.

func printTable(wfList []wfv1.Workflow, out io.Writer, opts PrintOpts) {

// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase",description="Status of the workflow"

This feature will have massive big bang for the buck.

@alexec alexec added type/feature Feature request good first issue Good for newcomers area/cli The `argo` CLI labels Apr 3, 2022
@sourikghosh
Copy link

@alexec Can I pick this ??
/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli The `argo` CLI good first issue Good for newcomers type/feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants