-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dns: introduce CRD DNS architecture and DNS status reporting
* Introduce s dnsrecord.ingress.operator.openshift.io resource type to represent DNS records in a Kube-native API. * Refactor ingress controller to manage dnsrecords rather than inferring DNS record requirements indirectly through services. * Teach the ingresscontroller status computer about dnsrecords so DNS management status can surface through all operator CRDs in a way consistent with other resources (e.g. services). * Introduce a DNS controller which syncs dnsrecords with the cluster's configured DNS zones, reporting status on the dnsrecord.
- Loading branch information
1 parent
4fd063d
commit 6d76a99
Showing
27 changed files
with
1,559 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.