AICoE / s2i-custom-notebook

An s2i container image for JupyterHub with custom notebooks and dependencies
GNU General Public License v3.0
4 stars 12 forks source link

Custom images don't spawn when PVC is near full #73

Open Shreyanand opened 2 years ago

Shreyanand commented 2 years ago

When the custom images are pulled in an env where the PVC is almost full, the copy repo contents command leads to no space left on device and causes a crash loop error. There should be a better way to deal with this situation. Screenshot from 2022-07-26 09-19-49

sesheta commented 2 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale

harshad16 commented 2 years ago

/remove-lifecycle stale /lifecycle frozen

@Shreyanand can you provide some more info on this. when this happens was there too many iteration of dirs. ? we can remove the previous iteration and only keep last 3 iteration, so it doesn't fills the PVC ?