-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Split internal and external kube-apiserver addresses #16282
Split internal and external kube-apiserver addresses #16282
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
95d38fc
to
24007e2
Compare
Renamed to KopsControllerInternal, and also expanded the comments for the enum values (in pkg/wellknownservices/wellknownservices.go) I'm using "Internal" for in-cluster traffic, and "External" for other traffic. InCluster might be clearer than Internal, but I don't know what a better name would be for External... |
24007e2
to
b3fdf46
Compare
This allows us to select the right IP address when we have multiple load balancers (one for internal, one for external) as we are planning to have on GCE. Co-authored-by: Ciprian Hacman <[email protected]>
b3fdf46
to
4ab1bf4
Compare
PR needs rebase. 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. |
The approach we took in #16379 replaces the need for this (at least that's the belief!) /close |
@justinsb: Closed this PR. 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. |
This allows us to select the right IP address when we have multiple
load balancers (one for internal, one for external) as we are planning
to have on GCE.