Skip to content
Snippets Groups Projects
Unverified Commit c47f441b authored by Xiaodu's avatar Xiaodu Committed by GitHub
Browse files

fix kube-proxy server address when local apiserver lb is disabled (#5730)

refs #5277

As the issue describes, when no external or local load-balanced is used,
kube-proxy won't be able to contact apiserver at 127.0.0.1. So the
config map should be left as is.
parent 7c854a18
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@
- kubeadm_config_api_fqdn is not defined
- kubeadm_discovery_address != kube_apiserver_endpoint | replace("https://", "")
- not kube_proxy_remove
- loadbalancer_apiserver_localhost
tags:
- kube-proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment