mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #11804 from sgotti/fix_libvirtcoreos_masterport
Set the right master port to kube-proxy in libvirt-coreos.
This commit is contained in:
commit
63ef538eae
@ -37,7 +37,7 @@ coreos:
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/opt/kubernetes/bin/kube-proxy \
|
ExecStart=/opt/kubernetes/bin/kube-proxy \
|
||||||
--master=http://${MASTER_IP}:7080
|
--master=http://${MASTER_IP}:8080
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user