https://bugzilla.redhat.com/show_bug.cgi?id=1243827



--- Comment #4 from Jan Chaloupka <[email protected]> ---
What about to change /etc/kubernetes/apiserver:
# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:7001";

to

# Comma separated list of nodes in the etcd cluster
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:2380";

Or

in /etc/etcd/etcd.conf change:
ETCD_LISTEN_CLIENT_URLS="http://localhost:2379";
to
ETCD_LISTEN_CLIENT_URLS="http://localhost:4001";

and

ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379";
to
ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379,http://localhost:4001";

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to