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

Kubernetes: can't be started #310

Closed
pohly opened this issue Dec 3, 2018 · 1 comment
Closed

Kubernetes: can't be started #310

pohly opened this issue Dec 3, 2018 · 1 comment

Comments

@pohly
Copy link

pohly commented Dec 3, 2018

On Clear Linux 26600, the kubelet service fails to start:

failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory

That's on a KVM virtual machine, with containers-basic and cloud-native-basic installed.

kubeadm was not called because that depends on a running kubelet.

@pohly
Copy link
Author

pohly commented Dec 3, 2018

Actually, as I learned now, kubeadm doesn't need a running kubelet. It'll configure it by creating that missing file and then start it.

So everything is fine, just a bit different to how it behaved in the past (starting kubelet used to work).

@pohly pohly closed this as completed Dec 3, 2018
pohly added a commit to intel/pmem-csi that referenced this issue Dec 3, 2018
Starting kubelet before kubeadm isn't necessary and while it worked in
the past, it no longer does with Clear Linux 26630 / Kubernetes 1.12
(/var/lib/kubelet/config.yaml not found,
clearlinux/distribution#310).
avalluri pushed a commit to intel/oim that referenced this issue Jan 30, 2019
Starting kubelet before kubeadm isn't necessary and while it worked in
the past, it no longer does with Clear Linux 26630 / Kubernetes 1.12
(/var/lib/kubelet/config.yaml not found,
clearlinux/distribution#310).
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

No branches or pull requests

1 participant