mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-18 08:34:55 -04:00
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:
parent
7eef5686ec
commit
820ce26d84
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue