che #18914 Adding 'ReplicaSetCreateError' to the list of the unrecoverable events
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>7.26.x
parent
cf3c4dc3e4
commit
2a18bd2ddc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue