-
Notifications
You must be signed in to change notification settings - Fork 220
CORS-4174: Azure: Add Ingress LB IPs to Infra CR when in-cluster DNS is enabled #1256
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
CORS-4174: Azure: Add Ingress LB IPs to Infra CR when in-cluster DNS is enabled #1256
Conversation
|
@sadasu: This pull request references CORS-4174 which is a valid jira issue. DetailsIn response to this: 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@sadasu: This pull request references CORS-4174 which is a valid jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
|
/assign |
|
/retest-required |
|
Based on the resolution of #1269, this PR might need to be updated. |
|
/retest-required |
1 similar comment
|
/retest-required |
7c86fee to
0cc273e
Compare
0cc273e to
6f8188f
Compare
|
/retest-required |
|
@Miciah could you PTAL? This follows the same approach taken for GCP and AWS. Please let me know if you have concerns about this. |
|
/retest-required |
|
/lgtm |
|
pre-merge tested with this PR + cluster-ingress-operator#1256 + machine-config-operator#5401 Installations with below configs are all successful. Fields "apiIntLoadBalancerIPs", "apiLoadBalancerIPs" and "ingressLoadBalancerIPs" in Infrastructure status have correct values in each scenario. /verified by jima |
|
@jinyunma: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@Miciah , could you PTAL? Thanks! |
|
/retest |
|
/test e2e-aws-ovn-serial |
|
/hold Revision 6f8188f was retested 3 times: holding |
|
/hold cancel |
6f8188f to
2c37f56
Compare
When Cluster Hosted DNS is enabled, update AzurePlatformStatus with Ingress Load Balancer IPs. Also, set DNSManagementPolicy to Unmanaged.
Add tests for the Azure Platform where the Ingress LB's IP are available but the Infra CR needs to be updated with its IP. Add tests that verify the EndpointPublishingStrategy for Azure Add tests to verify value of EndpointPublishingStrategy on Azure platform when Cluster Hosted DNS is enabled.
2c37f56 to
10842ab
Compare
|
/verified by jima |
|
@sadasu: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
/retest-required |
|
The test failing on e2e-hypershift seems to be a well known flake: I will wait for ovn-serial-1of2 pass, and in case it passes I am considering overriding the error |
|
@sadasu: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/override ci/prow/e2e-hypershift This test is flaky on a part that doesn't seem related with this job. The bug https://issues.redhat.com/browse/OCPBUGS-63717 shows this is also present on other jobs. https://search.dptools.openshift.org/?search=.*EnsureGlobalPullSecret.*&maxAge=6h&context=1&type=bug%2Bissue%2Bjunit&name=.*hypershift.*&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job shows this same failure is happening on other repos and orgs. |
|
@rikatz: Overrode contexts on behalf of rikatz: ci/prow/e2e-hypershift DetailsIn response to this:
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-sigs/prow repository. |
Add Ingress LB IPs to Infra CR and set DNS unmanaged when ClusterHostedDNS is enabled on Azure platform.
This functionality was previously added to GCP via #1016 and AWS via #1167.