Closed mkuznyetsov closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: mkuznyetsov Once this PR has been reviewed and has the lgtm label, please assign dkwon17 for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
What does this PR do?
Add FailedScheduling event to the default list of ignoredUnrecoverableEvents list in operator config.
(this PR is an alternative to https://github.com/devfile/devworkspace-operator/pull/1306)
the relevant docs should also be updated: https://eclipse.dev/che/docs/stable/administration-guide/configuring-machine-autoscaling/#_when_the_autoscaler_adds_a_new_node
What issues does this PR fix or reference?
https://github.com/devfile/devworkspace-operator/issues/1280
Is it tested? How?
create a workspace with exceeding resource requests/limits (modified samples/plain.yaml):
check the workspace status, which will keep trying to start workspace, until it times out in 5 minutes:
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che