-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Fix header present match #47704
Fix header present match #47704
Conversation
@ramaraochavali ptal |
/cherry-pick release-1.20 |
@hzxuzhonghu: once the present PR merges, I will cherry-pick it on top of release-1.20 in a new PR and assign it to you. 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 kubernetes/test-infra repository. |
/cherry-pick release-1.19 /cherry-pick release-1.18 |
@hzxuzhonghu: once the present PR merges, I will cherry-pick it on top of release-1.19 in a new PR and assign it to you. 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 kubernetes/test-infra repository. |
Change LGTM. Can you please add a test? |
167c51c
to
968dc44
Compare
@hzxuzhonghu: #47704 failed to apply on top of branch "release-1.20":
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 kubernetes/test-infra repository. |
@hzxuzhonghu: new issue created for failed cherrypick: #47715 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 kubernetes/test-infra repository. |
@hzxuzhonghu: #47704 failed to apply on top of branch "release-1.19":
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 kubernetes/test-infra repository. |
@hzxuzhonghu: new issue created for failed cherrypick: #47716 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 kubernetes/test-infra repository. |
@hzxuzhonghu: #47704 failed to apply on top of branch "release-1.18":
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 kubernetes/test-infra repository. |
@hzxuzhonghu: new issue created for failed cherrypick: #47717 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 kubernetes/test-infra repository. |
* Fix header present match * add release note * Add ut * fix lint
* Fix header present match * add release note * Add ut * fix lint
* Fix header present match * add release note * Add ut * fix lint
Please provide a description of this PR:
According to https://istio.io/latest/docs/reference/config/networking/virtual-service/
Without this, the generated route match does not contain
presentMatch: true
.