Fix regression in ACME HTTP-01 Ingress Solver introduced in v1.5.0#4373
Conversation
|
/kind bug |
|
/cherry-pick release-1.5 |
|
@SgtCoDFish: once the present PR merges, I will cherry-pick it on top of release-1.5 in a new PR and assign it to you. 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/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakexks, SgtCoDFish The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test pull-cert-manager-e2e-v1-22 |
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
bdf6298 to
38ce03e
Compare
|
/lgtm |
|
@SgtCoDFish: new pull request created: #4385 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/test-infra repository. |
What this PR does / why we need it:
While upgrading from v1beta1 Ingress to v1 Ingress, the PathType was hardcoded to exact, which broke compatibility with Ingress-GCE.
This changes the PathType to ImplementationSpecific, which is the same behaviour as omitting it in a v1beta1 Ingress.
Which issue this PR fixes: fixes #4371
Special notes for your reviewer:
For what it's worth, this means ingress-gce is not a valid Ingress controller, as controllers must support all 3 valid path types.
Release note: