-
-
Notifications
You must be signed in to change notification settings - Fork 6
Set the resources in the integration tests properly #487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Resource consumption on the OpenShift cluster if the two logging tests run in parallel:
|
Resource consumption on the AKS cluster if the two logging tests run in parallel:
|
Resource consumption on OKD 4.14 with two logging tests running in parallel:
|
Fixed in #491 by adjusting the liveness probes and not the requested resources, see #491 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The integration tests request and require a lot of CPU resources. If too much is requested then not all pods can be scheduled and the tests fail, if not enough is requested then the start up takes too long, pods are restarted because the liveness probes fail, the timeouts of the tests are exceeded and the tests fail.
The pull request #472 lowered the requested resources, so that the tests work on the AKS cluster but now they seem to fail on the OpenShift cluster.
The resource requests and limits must be set to proper values or the liveness probes must be adjusted, see #488.
The text was updated successfully, but these errors were encountered: