-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add /kubepods to cgroup mounting regex in entrypoint #9092
Conversation
This will ensure that the kubepods cgroup is correctly mounted, which kubeadm uses. Without it, `kubeadm init` fails in Cloud Shell.
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa 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 |
Travis tests have failedHey @priyawadhwa, 1st Buildmake test
TravisBuddy Request Identifier: 8eb922e0-e727-11ea-b1e9-0f855a8df5b8 |
kvm2 Driver |
This will ensure that the kubepods cgroup is correctly mounted, which
kubeadm uses. Without it,
kubeadm init
fails in Cloud Shell.According to this article
Also update kic to incorporate this change
fixes #9082