mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
keep kubeproxy hostname consistent with kubelet
This commit is contained in:
@@ -37,7 +37,8 @@ coreos:
|
||||
|
||||
[Service]
|
||||
ExecStart=/opt/kubernetes/bin/kube-proxy \
|
||||
--master=http://${MASTER_IP}:8080
|
||||
--master=http://${MASTER_IP}:8080 \
|
||||
--hostname-override=${NODE_IPS[$i]}
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user