Commit 63ef538e authored by Jerzy Szczepkowski's avatar Jerzy Szczepkowski

Merge pull request #11804 from sgotti/fix_libvirtcoreos_masterport

Set the right master port to kube-proxy in libvirt-coreos.
parents f1519434 10904f22
...@@ -37,7 +37,7 @@ coreos: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment