Skip to content

Feature Request: Add –poll-until to ‘nomos status’ command #2006

@tiffanny29631

Description

@tiffanny29631

Checklist

  • I did not find a related open enhancement request.
  • I understand that enhancement requests filed in the GitHub repository are by default low priority.
  • If this request is time-sensitive, I have submitted a corresponding issue with GCP support.

Describe the feature

Add –poll-until to ‘nomos status’ command

Reconciliation is a tricky thing in Kubernetes clusters. A way to think about that is using temporal logic: F ψ ≡ true U ψ (eventually ψ becomes true)

In this case, eventually resource x will be reconciled with the cluster. Of course, one cannot wait forever for the reconciliation to happen.

With that in mind, poll-until would be able construct something like:

$ timeout 2m nomos status –poll-until=complete

Print, and wait, till all resources are complete(i.e.: reconciled with cluster). If that doesn’t happen in 2 minutes, terminate.

Importance

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions