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
The kubectl plugin should provide options for structured output, much like kubectl itself does. While all of the data that the plugin provides can be obtained from the k8s API directly there are some things which it calculates that would require several steps to obtain from other sources.
Use Cases
For example kubectl argo rollouts get rollout can provide the image name (including the tag) of the rollout, but to get this from the k8s API directly you'd have to go and query the underlying ReplicaSets.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered:
Summary
The kubectl plugin should provide options for structured output, much like
kubectl
itself does. While all of the data that the plugin provides can be obtained from the k8s API directly there are some things which it calculates that would require several steps to obtain from other sources.Use Cases
For example
kubectl argo rollouts get rollout
can provide the image name (including the tag) of the rollout, but to get this from the k8s API directly you'd have to go and query the underlying ReplicaSets.Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: