-
Notifications
You must be signed in to change notification settings - Fork 191
Remove private DNS zones from architecture #1296
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
|
@jim-minter I think this is bit over the line how much we do to make OCP ARO. If overall product direction will be similar (dnsmasq for the start) otherwise this sounds like 3.11 all over again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty cool that this PR also cleans up KubeActions a bit
|
This seems strongly related to openshift/machine-config-operator#2258 |
|
Please rebase pull request. |
a7a417b to
28a17c5
Compare
c9fd165 to
4176b59
Compare
mjudeikis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is something :)
I think ok with most of the changes except few cosmetics changes.
pkg/cluster/fixmcsuserdata.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you elaborate why we need this fixup?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for existing clusters, the VM userdata (read by ignition on VM at first boot time) points to https://api-int:22623. Without changing this, scale up will fail because new VMs can't resolve api-int.
pkg/cluster/samples.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not look related to this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct; the first few commits in this PR are like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Readme what this does and why would be great
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reconcileRole name is very confusing. What roles this is? Kubernetes roles? Node roles? Azure roles? Took me a while to read down the rabbit hole to understand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, will fix and document
|
Few other questions:
|
|
Please rebase pull request. |
Our/OCP's use of a private DNS zone prevents customers from overriding the vnet DNS. This PR removes private DNS zones from our architecture.
Current status:
Design ideas:
Implementation summary:
bootkube.ARODNSConfigtype to pass IPs into the installer (a bit clunky)Test plan: