Should ModelAdapter displays the `Status` on the result of get command
🚀 Feature Description and Motivation
ModelAdapter, like a Pod, displays the status on the result of get command. Displaying the status in this way will be more user-friendly.
Use Case
No response
Proposed Solution
No response
@brosoul I am trying to understand the question. you mean implementing a plugin to show the status? I think that's reasonable, this requires some kubectl plugin I think.
kubectl get modeladapter
xxxx
this can be definitely enriched.
you mean implementing a plugin to show the status?
Yes @Jeffwan
@brosoul I am trying to understand the question. you mean implementing a plugin to show the status? I think that's reasonable, this requires some kubectl plugin I think.
kubectl get modeladapter xxxxthis can be definitely enriched.
I found this issue in the v0.4.0 roadmap. Do you agree that simply modifying the CRD to include 'additionalPrinterColumns' can achieve this functionality? If so, could you assign this issue to me? @Jeffwan