= Support devWorkspace.ignoredUnrecoverableEvents in the CheCluster CustomResource
Starting from this release, you can set `ignoredUnrecoverableEvents` explicitly on the CheCluster CustomResource level:
[source, code]
----
apiVersion: org.eclipse.che/v2
kind: CheCluster
spec:
devEnvironments:
ignoredUnrecoverableEvents:
- FailedScheduling
- FailedMount
----
More details about configuring `ignoredUnrecoverableEvents` can be found in the link: https://docs.redhat.com/en/documentation/red_hat_openshift_dev_spaces/3.15/html/administration_guide/configuring-devspaces#configuring-machine-autoscaling-_when_the_autoscaler_adds_a_new_node [official documentation].