diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index 6624ec44881..f043b29f07e 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -64,7 +64,7 @@ KUBE_API_ADDRESS="--address=0.0.0.0" KUBE_API_PORT="--port=8080" # How the replication controller and scheduler find the kube-apiserver -KUBE_MASTER="--master=fed-master:8080" +KUBE_MASTER="--master=http://fed-master:8080" # Port minions listen on KUBELET_PORT="--kubelet_port=10250"