-
Notifications
You must be signed in to change notification settings - Fork 13
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
DNS Resolve issue in Google Container Engine #8
Comments
I just want to note that mounting NFS volumes via a server that is referenced as ExternalName Service also fails for me in a Kubernetes Cluster installed on premises. |
Thanks guys for reporting, but this is Kubernetes bug not this project ones :) But let's keep this issue opened. |
True, curious if we could adapt the example in this repository so that it works on Google Container Engine? |
it used to work. I'm not using gluster myself, this one was just an example |
I have gotten glusterfs to work on GCE in a kubernetes cluster. To do this, I had to do 2 things:
Note that none of these changes are required to enable glusterfs to work outside a kubernetes cluster, but are necessary at this time to work with kubernetes (at least with gce). |
thanks @Locus99 for the info 👍 |
Would be very exciting to see this :) 👍 |
this is a nice approach to get PVCs automatically provisioned, should solve the dns issue |
See kubernetes/kubernetes#40180 for details. Looks like the example in this github repository isn't working as expected, but it is related to a bug somewhere in kubernetes and/or Google Cloud.
The text was updated successfully, but these errors were encountered: