-
Notifications
You must be signed in to change notification settings - Fork 366
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
Make it possible to run k0s with only the kernel as a dependency #271
Comments
The next step could be run it as unikernel bootable thing |
I think to solve this we can run mke in an empty docker container. It should help us identify all the needed OS userspace dependencies. |
Related upstream PR to remove external |
the kubernetes/kubernetes#96115 has been merged upstream which means that with kubernetes 1.22 we only need iptables. |
As MKE should be able to run on any Linux kernel, we don't want any hard dependencies. Currently, the
kubelet
has some hard dependencies, as documented in https://github.com/Mirantis/mke/blob/main/docs/internal/host-dependencies.md.We should aim to remove all non-kernel dependencies, either through bundling more things into mke or, preferably, contribute to upstream where possible to remove those dependencies.
Spawned from #176
The text was updated successfully, but these errors were encountered: