-
Notifications
You must be signed in to change notification settings - Fork 562
CORS-3993: Promote GCPClusterHostedDNS to Default #2300
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
base: master
Are you sure you want to change the base?
Conversation
Hello @sadasu! Some important instructions when contributing to openshift/api: |
@sadasu: This pull request references CORS-3993 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. In 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. |
/jira refresh |
@sadasu: This pull request references CORS-3993 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. In 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. |
/jira refresh |
@sadasu: This pull request references CORS-3993 which is a valid jira issue. In 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. |
8be6dcd
to
7afb31a
Compare
742fbce
to
b385a03
Compare
b385a03
to
d668c33
Compare
0a623cf
to
b2df60c
Compare
b2df60c
to
aff303c
Compare
aff303c
to
d45b615
Compare
This promotes GCP Cluster Hosted DNS feature from techpreview to available by default.
d45b615
to
677781c
Compare
@sadasu: This pull request references CORS-3993 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "4.20." or "openshift-4.20.", but it targets "4.19.0" instead. In 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. |
/test verify-feature-promotion |
/test e2e-aws-ovn-hypershift |
/test verify-feature-promotion |
/retest |
@sadasu Do you have any E2E tests that will actually demonstrate this feature? IIRC, it's opt-in right? I would expect therefore to see some periodics configuring this feature and we can then check the install success rate for those? And perhaps any particular tests that cover the feature once installed? |
Note, I believe the verify feature promotion is not showing the correct data right now See https://redhat-internal.slack.com/archives/C01CQA76KMX/p1755082750657859 |
/test verify-feature-promotion |
The periodic e2e job shows install success. You should see it in CR too. Yes, this feature is an opt-int and needs to be specifically enabled via install-config. |
@sadasu: The following test failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
/test verify-feature-promotion |
I see the overall install success rate for GCP platform in the past week is 95.1% now, so re-triggered the |
@sadasu @JoelSpeed we are seeing some issues with default DNS that are causing Sippy conformance test failures. Please do not merge. cc @Miciah @alebedev87 |
/hold @candita, @JoelSpeed is already aware. |
We have worked with Candace, Miciah and Andrey to identify and work on solution for the e2e failures. To make a long story short, Custom DNS on a cloud is similar to how UPI or baremetal platforms setup DNS. There were certain assumptions baked into the existing E2E tests that always expect cloud platforms to use cloud DNS (despite the API contract). The failing tests did not indicate a problem in the product, only in the tests. We're working on getting those squared away long term, and in the short-term are skipping the problem tests for this specific job (origin skips the tests permanently for baremetal networking platforms). |
/hold cancel For the above reasons. |
/test verify-feature-promotion |
/lgtm /hold are we holding this until after branching? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, sadasu 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 |
We are still hoping to merge this in 4.20 before branching. |
Promotes GCP Cluster Hosted DNS feature from techpreview to available by default.