mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00: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
@ -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 New Issue
Block a user