Use DomainMapping test with --customdomain option#1034
Conversation
DomainMapping test needs two domain like: - original-ksvc.serverless.devcluster.openshift.com - mydomain.example.com We have a wildcard DNS for `*.serverless.devcluster.openshift.com` but cannot prepare for DNS the second domain `mydomain.example.com` so we used spoof client for the mydomain.example.com. But if we changed the second domain to `mydomain.serverless.devcluster.openshift.com`, it should work. Hence this patch changes to use `--customdomain` option.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nak3 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Ah, I think this PR also needs knative/serving@26c93b9 to be backported |
|
@nak3: The following test 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/test-infra repository. I understand the commands that are listed here. |
|
It still does not work but I am guessing the reason as the DomainMapping test does not use |
|
I realized that there are two issues in current test.
After 1 & 2, running the test locally and CI on 4.6 passed but 4.7 does not. |
|
Closing for now. |
DomainMapping test needs two domain like:
original-ksvc.serverless.devcluster.openshift.commydomain.example.comWe have a wildcard DNS for
*.serverless.devcluster.openshift.combut cannot prepare for DNS the second domainmydomain.example.comso we used spoof client for themydomain.example.com.But if we changed the second domain to
mydomain.serverless.devcluster.openshift.com, it should work.Hence this patch changes to use
--customdomainoption.