make kubelet listen on 0.0.0.0 in the fedora guide

Listenging on the hostname is just straight up broken
This commit is contained in:
Eric Paris 2014-12-10 21:38:33 -05:00
parent 7eef5686ec
commit 820ce26d84

View File

@ -167,7 +167,7 @@ curl -s -L http://fed-master:8080/api/v1beta1/services | python -mjson.tool
# kubernetes kubelet (minion) config
# The address for the info server to serve on
KUBELET_ADDRESS="--address=fed-minion"
KUBELET_ADDRESS="--address=0.0.0.0"
# The port for the info server to serve on
KUBELET_PORT="--port=10250"