-
Notifications
You must be signed in to change notification settings - Fork 431
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
Make node outbound LB configurable #1229
Conversation
0618a01
to
4f53b3b
Compare
/assign @jackfrancis @mboersma |
@CecileRobertMichon: GitHub didn't allow me to assign the following users: jackfrancis. Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
7453ada
to
f757980
Compare
/test pull-cluster-api-provider-azure-e2e |
/retest |
2b7508b
to
8e2e541
Compare
/retest |
/retest |
/retest |
/test pull-cluster-api-provider-azure-e2e |
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
great work @shysank, thanks for tackling this
experimented with this PR for a little bit and all looks good /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nader-ziada 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds a new fieldLoadBalancerNodeOutboundIPs
inAzureClusterSpec -> NetworkSpec
that specifies the number of frontend ips to be created for node outbound load balancer.Adds a separate section for node outbound LB configuration. This includes configuration to:
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 #541
Also fixes #1159 partially.
Special notes for your reviewer:
TODOs:
Release note: