mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 18:27:49 +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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user