Split internal and external kube-apiserver addresses#16282
Split internal and external kube-apiserver addresses#16282justinsb wants to merge 1 commit intokubernetes:masterfrom
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. DetailsNeeds 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 <ciprian@hakman.dev>
b3fdf46 to
4ab1bf4
Compare
|
PR needs rebase. DetailsInstructions 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. DetailsIn 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.