che #18914 Adding 'ReplicaSetCreateError' to the list of the unrecoverable events

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
7.26.x
Ilya Buziuk 2021-01-28 11:28:35 +01:00 committed by Ilya Buziuk
parent cf3c4dc3e4
commit 2a18bd2ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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.