-
Notifications
You must be signed in to change notification settings - Fork 137
Add swapoff to centos so kubelet starts #504
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
Conversation
|
Hi @deitch. Thanks for your PR. I'm waiting for a kubermatic member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 80f60bd925d86c2691946a0a9dd8bafc829bbc38
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman 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 |
|
Actually this will fail tests, you need to update the fixtures with |
|
Good catch. I need to update the expected output in the |
|
FYI, the error messages are not helpful. They tell you it is from |
|
Updated. |
|
/retest |
|
@deitch: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
/ok-ti-test |
|
/ok-to-test |
|
@deitch are you sure centos manages its swap via a systemd target? |
|
Sure? No. I remember it that way, but been a while since I did anything serious with centos. |
Actually, it doesn't. It uses the |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 17723e73499bc2d0cb817a63f489f7c60023778d
|
|
Back in for review. |
|
/retest |
|
LGTM label has been added. Git tree hash: 2fbc459afeb17ce191e4aea9a193a8373d246693
|
|
/test all |
What this PR does / why we need it:
Disable swap on lentos so Kubelet starts.
We already do it for Ubuntu here for exactly the same reason, so we should do it for centos as well. As discussed with @mrIncompetent and @thz in Slack.
Using exact same language/code for centos as Ubuntu.