Single node reserve 3GiB of system memory to avoid alerts#17403
Single node reserve 3GiB of system memory to avoid alerts#17403openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/test pj-rehearse |
2 similar comments
|
/test pj-rehearse |
|
/test pj-rehearse |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/test pj-rehearse |
|
It seems that this is currently failing because of an MCO bug, probably related to automatic memory sizing. |
|
@omertuc: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Waiting for openshift/machine-config-operator#2517 |
|
/retest |
|
/retest |
1 similar comment
|
/retest |
|
@omertuc: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Running E2E conformance tests on a single-node cluster results in a SystemMemoyExceedsReservation alert (defined [here](https://github.com/openshift/machine-config-operator/blob/8da1e3c21c46c80a54e83824839c6244af69437b/install/0000_90_machine-config-operator_01_prometheus-rules.yaml#L51-L60)) In order to facilitate E2E tests on a single-node, we create a KubeletConfig installer manifest that increases the amount of reserved memory from the (current) default of 1Gi to 3Gi.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: omertuc, romfreiman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@omertuc: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Running E2E conformance tests on a single-node cluster results in a
SystemMemoyExceedsReservation alert (defined here)
In order to facilitate E2E tests on a single-node, we create a KubeletConfig installer
manifest that increases the amount of reserved memory from the (current)
default of 1Gi to 3Gi.