Slow pvc binding: Che workspace fails to start because of pod has unbound PersistentVolumeClaims #11848
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/blocker
Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Description
When Che is deployed to an OpenShift cluster that is rather slow (namely pvc binding), the initial workspace start fails with an error:
It happens because pvcs are in pending state.
I wonder if it's possible to track status of pvs before creating deployment.
This cannot be fixed by removing this event from unrecoverable events in Che conf, since the error happens on k8s level - Che is attempting to create a deployment with a pod spec that uses unbound pvc.
The text was updated successfully, but these errors were encountered: