-
Notifications
You must be signed in to change notification settings - Fork 218
NE-568: Add dnsManagementPolicy option to ingresscontrollers #781
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
NE-568: Add dnsManagementPolicy option to ingresscontrollers #781
Conversation
cd67799 to
284fd56
Compare
5e062e7 to
27b650c
Compare
27b650c to
26c40e3
Compare
06e14c4 to
be83650
Compare
|
/retest |
|
/test e2e-aws-operator |
be83650 to
77102c7
Compare
96a2c24 to
154b25b
Compare
|
/test e2e-aws-single-node |
6abe0ef to
79399fd
Compare
|
/test e2e-aws-single-node |
|
/test e2e-aws-operator |
|
/test e2e-gcp-ovn-serial |
1 similar comment
|
/test e2e-gcp-ovn-serial |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f7fee8e to
0684b7b
Compare
Add published condition on DNSRecord Deprecation of Failed DNS record condition Bump api to include defaulting fix Apply suggestions from code review Co-authored-by: Miciah Dashiel Butler Masters <[email protected]> Fix unmanaged dns test flake Fix merging conditions during migration
0684b7b to
6fe0d26
Compare
|
/lgtm |
|
/lgtm |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
6 similar comments
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
/test e2e-aws-operator |
|
@thejasn: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Add
dnsManagementPolicyoption to ingresscontrollerspkg/operator/controller/dns/controller.godnsManagementPolicyonDNSRecordCR.publishRecordToZones()pkg/operator/controller/ingress/controller.go- Reconcile changes made todnsManagementPolicyon ingress spec.pkg/operator/controller/ingress/dns.goDNSRecordwithdnsManagementPolicyderived from ingresscontroller status.UmanagedDNSpolicy.pkg/operator/controller/ingress/status.go- Update status of typesDNSManagedandDNSReady.test/e2e/util.go->test/e2e/util_test.goto allowgoplsto index variables(kclient) declared under other test files.EP: openshift/enhancements#1114
CFE: CFE-339, CFE-342
Signed-off-by: thejasn [email protected]