-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request