Closed dkwon17 closed 3 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: AObuchow, dkwon17
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@dkwon17 I've opened https://github.com/devfile/devworkspace-operator/issues/1299 -- this PR is now good to merge :) Great work as always.
Thank you @AObuchow , merging
What does this PR do?
This PR updates the CPU and memory limit of the
devworkspace-controller
container of thedevworkspace-controller-manager-*
pod from1000m
to3000m
and1Gi
to3Gi
respectively.What issues does this PR fix or reference?
Part of https://issues.redhat.com/browse/CRW-6889 Fix https://github.com/devfile/devworkspace-operator/issues/1299
Is it tested? How?
To test, run:
And install the operator from OperatorHub.
Verify that the resulting
devworkspace-controller-manager-*
pod in the openshift-operators namespace has the new CPU and memory limit for thedevworkspace-controller
container.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