Commit 98685875 authored by Clayton Coleman's avatar Clayton Coleman

Merge pull request #2966 from eparis/fedora-guide-fqdn

fedora guide: include http in the --master statement
parents 4760b287 4c00228c
...@@ -64,7 +64,7 @@ KUBE_API_ADDRESS="--address=0.0.0.0" ...@@ -64,7 +64,7 @@ KUBE_API_ADDRESS="--address=0.0.0.0"
KUBE_API_PORT="--port=8080" KUBE_API_PORT="--port=8080"
# How the replication controller and scheduler find the kube-apiserver # 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 # Port minions listen on
KUBELET_PORT="--kubelet_port=10250" KUBELET_PORT="--kubelet_port=10250"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment