-
Notifications
You must be signed in to change notification settings - Fork 202
Add api-int DNS record to coredns #450
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
Conversation
|
This is going to require changes in mdns-publisher as well. It also doesn't address the bootstrap node, which doesn't currently run mdns-publisher. |
|
Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/629/ |
|
Please add a reference in the commit to the background context on the openshift change - e.g. openshift/installer#1633 is a good reference |
|
I updated my local commit message, so references should be there when I'm ready to drop the WIP from this. We need openshift/mdns-publisher#7 before this will be effective though. |
This is part of the work to fix openshift-metal3#538 and remove the requirement to configure api-int as an external DNS record.
|
This version no longer has a dependency on mdns-publisher. |
|
Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/667/ |
|
Hmm does this depend on other commits? Since @cybertron mentioned it no longer depends on mdns-publisher I tried it locally and the masters can't resolve the api-int address to collect the ignition config. |
|
Build SUCCESS, see build http://10.8.144.11:8080/job/dev-tools/675/ |
|
Ignore my previous comment, I accidentally tested on a branch with #560 applied and CI confirms this as working so lgtm |
Add a static mdns record that points to the API VIP. This is to
support the new required DNS record from OpenShift.