Open alexec opened 3 years ago
For Argo Dataflow, the status/phase uses the defacto Kuberenetes status values of Pending, Running, Succeeded and Failed. We can simply translate these directly into health statuses.
status/phase
Pending
Running
Succeeded
Failed
This would make defacto status zero-configuration.
health.go in gitops-engine
I would agree with that.
Summary
For Argo Dataflow, the
status/phase
uses the defacto Kuberenetes status values ofPending
,Running
,Succeeded
andFailed
. We can simply translate these directly into health statuses.Motivation
This would make defacto status zero-configuration.
Proposal
health.go in gitops-engine