multi-cluster-app-dispatcher icon indicating copy to clipboard operation
multi-cluster-app-dispatcher copied to clipboard

[Docs] Rationalize and document AppWrapper statuses

Open tardieu opened this issue 1 year ago • 2 comments

The statuses today are: Pending, Running, Deleted, Failed, Completed, RunningHoldCompletion.

We need to document these statuses, the possible transitions, and causes for these transitions. This includes documenting the mechanism currently used to ingest the statuses of the wrapped Kubernetes objects to compute the status of the AppWrapper.

We should also take this opportunity to possible revise the number of statuses and their names the mechanism used to compute the status, and the way it can be configured in the AppWrapper specification. Let's discuss below.

This will possibly impact downstream projects such as the MCAD dashboard.

tardieu avatar May 11 '23 17:05 tardieu