-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feature: add ssl redirect port to IngressClassParams #4308
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: main
Are you sure you want to change the base?
feature: add ssl redirect port to IngressClassParams #4308
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 1ms-ms The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @1ms-ms. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
@@ -4914,18 +4914,22 @@ func Test_defaultModelBuildTask_buildSSLRedirectConfig(t *testing.T) { | |||
wantErr: nil, | |||
}, | |||
{ | |||
name: "single Ingress with ssl-redirect annotation", | |||
name: "single Ingress with IngressClassParam for ssl-redirect", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a new test for case single Ingress with IngressClassParam for ssl-redirect
, while preserving the existing annotation-based test single Ingress with ssl-redirect annotation
.
/test pull-aws-load-balancer-controller-e2e-test |
Issue
#2311
Description
Adding possibility to set
sslRedirectPort
with ingressClassParams instead of relying on annotations. Follow up to #4290, will partially solve #2311Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯