Checklist
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
Checklist
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