-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Update Node e2e Core OS image to run systemd with CPU & Memory accounting enabled by default #26592
Conversation
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
|
||
# Setup systemd if required | ||
sudo mkdir -p /etc/systemd/system.conf.d |
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.
is there a reason you dropped the if check here:
https://github.com/kubernetes/kubernetes/pull/26289/files#diff-6cfc24c58556b86ef8ff98e630f74f35R33
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.
The script is run manually and that's why I did not include any validation. My stack overflowed, and I missed your existing patch for updating this script. You can override this script with #26289.
I am confused why this PR carries my first commit? Doesn't this PR need to merge first? |
CLAs look good, thanks! |
@derekwaynecarr Yeah. I did not mean to include your patch in the PR. Removed your commit. |
@derekwaynecarr |
LGTM @pwittrock - any other comments? |
Nope, LGTM |
Signed-off-by: Vishnu kannan <vishnuk@google.com>
Signed-off-by: Vishnu kannan <vishnuk@google.com>
Rebased |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 82718c1. |
Automatic merge from submit-queue |
cc @derekwaynecarr
For #26289