-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Add glusterfs-client in hyperkube image. #32686
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
Add glusterfs-client in hyperkube image. #32686
Conversation
To make glusterfs volume workable when running kubernetes in a docker container.
Can a kubernetes member verify that this patch is reasonable to test? If so, please reply with "ok to test" on its own line. Regular contributors should join the org to skip this step. While we transition away from the Jenkins GitHub PR Builder plugin, "ok to test" commenters will need to be on the admin list defined in this file. |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
CLAs look good, thanks! |
rbd will be another one. does hyperkube mount a volume in host's namespace or it doesn't care? |
ok to test |
Does this package exist on all of the arches we support? (@luxas) |
'hyperkube' is basically all of the binaries jammed together into one big ball, kinda like the openshift binary. Think of this as 'containerized kubelet' and what needs to be inside the container with the kubelet. |
@eparis Yes, debian is the same everywhere. Right now it's possible to use the The current solution (mounting I'd really like to proceed on the containerized flexvolume proposal that we have, that would be an awesome feature and would help in other cases as well. |
@eparis The e2e test is failed. But I have no idea about it. Can you give some suggestion? |
@k8s-bot test this please, issue #IGNORE |
@fangyuanziti That is completely unrelated to this patch. |
GCE e2e build/test passed for commit fe411b0. |
Automatic merge from submit-queue |
@eparis is this available in the latest release (1.4.1) or earlier? Thanks! |
Per info below, this looks causing trouble on glusterfs servers with higher rev |
When we run kubernete in a docker container, the glusterfs volume doesn't work.
This PR add glusterfs-client package in hyperkube image to fix the bug.
This change is