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

Remove hardcoded NFS IP #8

Closed
rjackson opened this issue Nov 30, 2017 · 0 comments
Closed

Remove hardcoded NFS IP #8

rjackson opened this issue Nov 30, 2017 · 0 comments
Assignees
Milestone

Comments

@rjackson
Copy link
Member

deployment/k8s/nfs.yaml

Lines 68 to 72 in 7ecaefd

nfs:
# IP of nfs-server service. GCE currently doesn't resolve from domain
# See https://github.com/kubernetes/kubernetes/issues/48212
server: 10.11.251.158
path: "/"

As notified in #5, this has been fixed. We can now replace the IP the service's full DNS name.

https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#a-records

@rjackson rjackson self-assigned this Nov 30, 2017
@rjackson rjackson added this to the MVP milestone Jan 10, 2018
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

1 participant