-
Notifications
You must be signed in to change notification settings - Fork 85
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
What to do about hyperkube dependencies? #83
Comments
Haven't tested I will probably look into this for the next release. PRs are welcome |
We're going to need to figure out a way to deal with this...maybe just require the fuse package on all os images?...then include some scripts in the hyperkube image that know how to install missing dependencies? |
I'm a bit concerned about including too much extra things into the I think this is an upstream issue (could you open it there too?), but I'm glad to discuss it here too. |
For instance, for kubernetes glusterfs support the glusterfs binaries need to be installed inside the hyperkube container(so mount works)...but the fuse kernel module and a handful of other things also need to be available in the host OS.
The text was updated successfully, but these errors were encountered: