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

how can I use gluster-containers as Gluster PersistentVolume with gluster-server deployed in kubernetes? #15926

Closed
imwower opened this issue Oct 3, 2018 · 0 comments
Labels
area/storage kind/question Issues that just require an answer. No code change needd status/autoclosed

Comments

@imwower
Copy link

imwower commented Oct 3, 2018

hello, I deployed gluster server within kubernetes, and the pods work well, I can mount the gluster-volume in the gluster-client pod with docker image : gluster/glusterfs-client, here is the script within gluster-client:

  mkdir -p /mnt/glusterfs/
  #the gluster1 is one of the gluster server:
  mount -t glusterfs gluster1:/k8s-volume /mnt/glusterfs/
  touch /mnt/glusterfs/demo.txt

this works well.
but how can I add Gluster PersistentVolume using this gluster-server? what's the Gluster Endpoint here?

@loganhz loganhz added version/2.0 area/storage kind/question Issues that just require an answer. No code change needd labels Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage kind/question Issues that just require an answer. No code change needd status/autoclosed
Projects
None yet
Development

No branches or pull requests

4 participants