You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when we run Kubectl get tfjob, it just shows jobs name without extra details. User has to describe the job to understand more details of the job.
There're multiple ways to provides rich information.
Currently, when we run Kubectl get tfjob, it just shows jobs name without extra details. User has to describe the job to understand more details of the job.
There're multiple ways to provides rich information.
Kubectl extension
Since we will migrate to kubebuilder. it's very easy to add marker "\ +kubebuilder:printcolumn" to print the new columns.
I think this will be helpful on debugging.
/good-first-issue
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
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.
Currently, when we run
Kubectl get tfjob
, it just shows jobs name without extra details. User has todescribe
the job to understand more details of the job.There're multiple ways to provides rich information.
I think this will be helpful on debugging.
/good-first-issue
The text was updated successfully, but these errors were encountered: