SwissDataScienceCenter / amalthea

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

AmaltheaSession culling #628

Closed SalimKayal closed 1 month ago

SalimKayal commented 1 month ago

This merge requests adds the ability to automatically scale down the AmaltheaSession's Stateful Set in case of failure or inactivity. After MaxHibernatedDuration it deletes the custom resource.

closes #616