SwissDataScienceCenter / amalthea

A kubernetes operator for spawning and exposing interactive user session servers.
Apache License 2.0
14 stars 4 forks source link

Surface errors from child resources in the CR status. #751

Open olevski opened 1 month ago

olevski commented 1 month ago

Right now when a statefulset for amalthea is invalid or fails to start we do not surface this error in the amaltheaSession status.

But we should. Especially for cases that are not transient and require intervention from the user/creator of the session to fix.

olevski commented 1 month ago

Followup from #748