From 10904f22175825d6050b79328e9f7d83fe6d89ae Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Thu, 23 Jul 2015 14:57:05 +0200 Subject: [PATCH] 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. --- cluster/libvirt-coreos/user_data_minion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/libvirt-coreos/user_data_minion.yml b/cluster/libvirt-coreos/user_data_minion.yml index f52c4bd2324..3a843415910 100644 --- a/cluster/libvirt-coreos/user_data_minion.yml +++ b/cluster/libvirt-coreos/user_data_minion.yml @@ -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