collabnix / dockerlabs

Docker - Beginners | Intermediate | Advanced

Home Page:https://dockerlabs.collabnix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etcd config mistake

luanngominh opened this issue · comments

Describe the bug
Recently, I has read your post at
http://dockerlabs.collabnix.com/kubernetes/beginners/Install-and-configure-a-multi-master-Kubernetes-cluster-with-kubeadm.html

I'm aware of having a mistake at etcd systemd config.

To Reproduce
Only need change

--listen-peer-urls https://10.10.40.10:2380

to

--listen-peer-urls https://10.10.10.90:2380

A good day to you!

Screenshots
Screen Shot 2019-12-19 at 2 43 02 AM

@collabnix @apurvabhandari : I would like to take this. Can test and contribute.