-
Notifications
You must be signed in to change notification settings - Fork 542
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 CL2 accept multiple master ips. #544
Conversation
/test pull-perf-tests-clusterloader2-kubemark |
/assign @mborsz |
bfe493a
to
9f44524
Compare
This change should be no-op, it only changes the CL2 api (flags/envs) to accept multiple values as master ip. The api change should be backward compatible, i.e. if flag/env was set to a single master-ip it will continue to work. Actual changes supporting multi-master clusters will come in separate PRs.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mborsz, mm4tt 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 |
lgtm |
This change should be no-op, it only changes the CL2 api (flags/envs) to accept multiple values as the
master ip
- both internal and external.The api change should be backward compatible, i.e. if flag/env was set to a single master-ip it will continue to work in exactly the same way.
Actual changes supporting multi-master clusters will come in separate PRs.