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.