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

What to do about hyperkube dependencies? #83

Open
DorianGray opened this issue Mar 21, 2016 · 3 comments
Open

What to do about hyperkube dependencies? #83

DorianGray opened this issue Mar 21, 2016 · 3 comments

Comments

@DorianGray
Copy link
Contributor

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.

@luxas
Copy link
Owner

luxas commented Mar 21, 2016

Haven't tested glusterfs yet, but I made an image for it: https://github.com/luxas/kubernetes-on-arm/blob/v0.7.0/images/kubernetesonarm/glusterfs/Dockerfile

I will probably look into this for the next release. PRs are welcome

@DorianGray
Copy link
Contributor Author

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?

@luxas
Copy link
Owner

luxas commented Mar 25, 2016

I'm a bit concerned about including too much extra things into the kubernetesonarm/hyperkube image as v0.8 (= k8s v1.3) probably will use the official hyperkube image.

I think this is an upstream issue (could you open it there too?), but I'm glad to discuss it here too.
WYDT?

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

2 participants