Currently when you do a kubectl get for flux custom resources you are unable to tell if reconciliation is suspended or not for a particular resource.
It would be nice to be able to see this.
Currently we get something like
kubectl get rset -A
NAMESPACE NAME AGE READY STATUS
flux-system dex 33d True Reconciliation finished in 175ms
It would be nice to see instead
kubectl get rset -A
NAMESPACE NAME AGE READY SUSPENDED STATUS
flux-system dex 33d True False Reconciliation finished in 175ms
Currently when you do a
kubectl getfor flux custom resources you are unable to tell if reconciliation is suspended or not for a particular resource.It would be nice to be able to see this.
Currently we get something like
kubectl get rset -A NAMESPACE NAME AGE READY STATUS flux-system dex 33d True Reconciliation finished in 175msIt would be nice to see instead
kubectl get rset -A NAMESPACE NAME AGE READY SUSPENDED STATUS flux-system dex 33d True False Reconciliation finished in 175ms