collabnix / collabnix/dockerlabs
Etcd config mistake
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
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

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the etcd systemd configuration used by the multi-master Kubernetes installation guide linked in the issue, and locate the --listen-peer-urls setting. Change the address from 10.10.40.10:2380 to 10.10.10.90:2380, then verify that the documented configuration matches the intended cluster setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100