Skip to content
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

Create default /etc/default/kubelet before modify it #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

decmaxn
Copy link

@decmaxn decmaxn commented Jun 23, 2019

/etc/default/kubelet is no longer there.
After read kubernetes's "Do not write the /etc/default/kubelet file when installing kubelet/kubeadm packages #654", I believe they no longer create it by default.

/etc/default/kubelet is no longer there. 
After read kubernetes's "Do not write the /etc/default/kubelet file when installing kubelet/kubeadm packages #654", I believe they no longer create it by default.
@emanuelelongo
Copy link

Worked for me on Ubuntu 16.04.
Without this fix everything seems to work well except the kubectl exec:

$ kubectl exec it my-pod -- /bin/sh
error: unable to upgrade connection: pod does not exist

with this PR the above command works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants