Skip to content

Feature Request: Add reconciliation status (suspended) to kubectl output #505

@markafarrell

Description

@markafarrell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions