mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fedora guide: include http in the --master statement
otherwise you end up with: unsupported protocol scheme "fqdn.example.com"
This commit is contained in:
parent
4760b287f9
commit
4c00228ca7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user