Commit 10904f22 authored by Simone Gotti's avatar Simone Gotti

Set the right master port to kube-proxy in libvirt-coreos.

The currently specified port is the old 7080 read-only-port. As the libvirt-coreos doesn't configure security, change it to the insecure-port 8080.
parent 0be5405a
......@@ -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
......
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