From 2a18bd2ddcc703bb20897f737a562e297c77cc96 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Thu, 28 Jan 2021 11:28:35 +0100 Subject: [PATCH] che #18914 Adding 'ReplicaSetCreateError' to the list of the unrecoverable events Signed-off-by: Ilya Buziuk --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.