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
Almost all flux Resources have the option to suspend them. While using flux get makes it easy to find suspended resources, kubectl get currently doesn't show it by default.
I think the kubectl get default output should be changed to be closer to what flux get shows, or at least the suspend field should be added, as finding a suspended Resource is a frequent use-case in my opinion.
Almost all flux Resources have the option to suspend them. While using
flux get
makes it easy to find suspended resources,kubectl get
currently doesn't show it by default.I think the
kubectl get
default output should be changed to be closer to whatflux get
shows, or at least thesuspend
field should be added, as finding a suspended Resource is a frequent use-case in my opinion.I've opened fluxcd/kustomize-controller#561 already, and would be open to do the same for all other controllers as well.
The text was updated successfully, but these errors were encountered: