-
Notifications
You must be signed in to change notification settings - Fork 233
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
Use systemd cgroups driver on CoreOS and enable kubelet by default #541
Conversation
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
/cherrypick release/v0.9 |
@xmudrii: once the present PR merges, I will cherry-pick it on top of release/v0.9 in a new PR and assign it to you. 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. |
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.
/approve
LGTM label has been added. Git tree hash: 368965a7f22ffc874913cfc635b13ff3b9ad20a3
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kron4eg 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 |
@xmudrii: new pull request created: #547 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. |
What this PR does / why we need it:
This PR configures Docker on CoreOS to use
systemd
as a cgroups manager andoverlay2
as a storage driver. The installation script for CoreOS will now short-circuit if Docker and Kubelet are already present, like on Ubuntu and CentOS.Lastly, Kubelet service is now enabled by default on Ubuntu and CentOS (it is already done on CoreOS). On Ubuntu it should have been like this by default, but not on CoreOS, causing
kubeadm
to complain.Note that CoreOS still has 2 warnings that should be resolved, but those are not related to the
IsDockerSystemdCheck
warning.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #363
Does this PR introduce a user-facing change?:
/assign @kron4eg