-
Notifications
You must be signed in to change notification settings - Fork 90
Bug 1725249: Updating to not set CPU limit unless it is explicitly set #176
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
Bug 1725249: Updating to not set CPU limit unless it is explicitly set #176
Conversation
…default CPU limit
|
@ewolinetz: No Bugzilla bug is referenced in the title of this pull request. In 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. |
|
/bugzilla refresh |
jcantrill
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ewolinetz, jcantrill The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/bugzilla refresh |
|
@ewolinetz: No Bugzilla bug is referenced in the title of this pull request. In 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. |
|
@ewolinetz: This pull request references an invalid Bugzilla bug:
Comment In 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. |
|
/bugzilla refresh |
|
@ewolinetz: This pull request references an invalid Bugzilla bug:
Comment In 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. |
|
/bugzilla refresh |
|
@eparis: This pull request references a valid Bugzilla bug. In 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. |
|
@ewolinetz: This pull request references a valid Bugzilla bug. In 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. |
|
QE has validated the fix for this in 4.2 at least as far as new installs are concerned, so i'll approve this so we don't get any more installs set up this way. I do have a question on what happens if I have an EO already installed that was incorrectly setting limits, and we ship them this newer version of the operator. Will the newer EO automatically fix up the existing incorrect limits? |
@ewolinetz do you know offhand? I would expect the CLO to recognize the difference in the CR and update the elasticsearch object causing the EO to see the difference and do a rolling restart of the cluster to reconcile. |
As long as the elasticsearch CR is defined where it does not have a limit set for it, then yes, I believe this updated EO should correct an already deployed Deployment |
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1725249
Cherry pick of:
Combination of: