mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 00:19:14 +00:00
Use host IP instead of localhost for control plane component kubeconfig files.
This is a part of work to allow control plane components to be moved off hostNetwork.
This commit is contained in:
@@ -529,3 +529,6 @@ export ENABLE_CSI_PROXY="${ENABLE_CSI_PROXY:-true}"
|
||||
# in addition to listening to 127.0.0.1, and whether kube-apiserver should connect to etcd servers
|
||||
# through host IP.
|
||||
export ETCD_LISTEN_ON_HOST_IP="${ETCD_LISTEN_ON_HOST_IP:-false}"
|
||||
|
||||
# Use host IP instead of localhost in control plane kubeconfig files.
|
||||
export KUBECONFIG_USE_HOST_IP="${KUBECONFIG_USE_HOST_IP:-false}"
|
||||
|
Reference in New Issue
Block a user