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
Now the Output only supports -o yaml and -o json, yet how about also support customized output instead of a drop-down?
Like I need to track kubernetes' deployment status by fetching unavalableReplicas from status as below -o=jsonpath='{$.status.unavailableReplicas}' --namespace=$(env)
The text was updated successfully, but these errors were encountered:
Now the Output only supports -o yaml and -o json, yet how about also support customized output instead of a drop-down?
Like I need to track kubernetes' deployment status by fetching unavalableReplicas from status as below
-o=jsonpath='{$.status.unavailableReplicas}' --namespace=$(env)
The text was updated successfully, but these errors were encountered: