collabnix / dockerlabs

Docker - Beginners | Intermediate | Advanced
https://dockerlabs.collabnix.com
Apache License 2.0
7.31k stars 2.08k forks source link

Etcd config mistake #293

Open luanngominh opened 4 years ago

luanngominh commented 4 years ago

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 commented 4 years ago

Cc: @apurvabhandari

mohan08p commented 1 year ago

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