-
Notifications
You must be signed in to change notification settings - Fork 430
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 wrong LB idletimeout for node outbound #3138
Fix wrong LB idletimeout for node outbound #3138
Conversation
/assign @sonasingh46 |
/retest |
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.
PR looks good to me.
Re-triggered the failed test, timeout issue.
Looks great, thanks! |
/cherry-pick release-1.6 |
@CecileRobertMichon: once the present PR merges, I will cherry-pick it on top of release-1.6 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. |
Could I get an /assign @mboersma @jackfrancis |
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.
/lgtm
🐛 Thank you for the unit test!
LGTM label has been added. Git tree hash: b9798c94ed9f50679b5a560ba423aa5fd426f0c2
|
/approve self-approving since 1) this is a relatively small change (outside UTs) and fixes a user impacting bug 2) 3 people have reviewed and lgtm'ed including one project approver and one project reviewer |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
@CecileRobertMichon: #3138 failed to apply on top of branch "release-1.6":
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. |
@CecileRobertMichon: new pull request created: #3140 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. |
What type of PR is this?
/kind bug
What this PR does / why we need it: In cluster scope, when reading Control Plane outbound LB specs, IdleTimeoutInMinutes is read from node outbound LB spec instead from control plane outbound spec
cluster-api-provider-azure/azure/scope/cluster.go
Line 287 in 4964920
Adds unit tests for the LBSpecs() func.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2812
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: