Skip to content
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

calico: cilium: use localhost lb by default on kube-proxy replacement #9718

Merged

Commits on Jan 27, 2023

  1. calico: cilium: use localhost lb by default on kube-proxy replacement

    This commit removes the variable `use_localhost_as_kubeapi_loadbalancer`
    and rather detects that we are in a situation where we can use the
    localhost apiserver loadbalancer (meaning that we use the localhost load
    balancer and that the same ports are used for both the load balancer and
    the kube-apiserver).
    
    This also cleanups the calico code to use `kube_apiserver_global_endpoint`
    rather than implementing the same logic all over again.
    
    Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
    MrFreezeex committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    7cf4bd0 View commit details
    Browse the repository at this point in the history