diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index b293762cad..a1e734a175 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -298,7 +298,7 @@ che.infra.kubernetes.ingress_start_timeout_min=5 # terminate workspace immediately instead of waiting until timeout # Note that this SHOULD NOT include a mere "Failed" reason, because that might catch events that are not unrecoverable. # A failed container startup is handled explicitly by Che server. -che.infra.kubernetes.workspace_unrecoverable_events=FailedMount,FailedScheduling,MountVolume.SetUp failed,Failed to pull image,FailedCreate +che.infra.kubernetes.workspace_unrecoverable_events=FailedMount,FailedScheduling,MountVolume.SetUp failed,Failed to pull image,FailedCreate,ReplicaSetCreateError # Defines whether use the Persistent Volume Claim for che workspace needs # e.g backup projects, logs etc or disable it.