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

cluster DNS IP should be set according to what subnet is used for services #158

Closed
errordeveloper opened this issue Aug 9, 2018 · 0 comments · Fixed by #286
Closed

cluster DNS IP should be set according to what subnet is used for services #158

errordeveloper opened this issue Aug 9, 2018 · 0 comments · Fixed by #286

Comments

@errordeveloper
Copy link
Contributor

Right now we hardcode 10.100.0.10, but this may need to change.

The original bootstrap code had this logic:

DNS_CLUSTER_IP=10.100.0.10
if [[ $INTERNAL_IP == 10.* ]] ; then
    DNS_CLUSTER_IP=172.20.0.10;
fi
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

Successfully merging a pull request may close this issue.

1 participant