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:
Jerzy Szczepkowski
2015-07-24 14:13:12 +02:00

View File

@@ -37,7 +37,7 @@ coreos:
[Service]
ExecStart=/opt/kubernetes/bin/kube-proxy \
--master=http://${MASTER_IP}:7080
--master=http://${MASTER_IP}:8080
Restart=always
RestartSec=2