collabnix / collabnix/dockerlabs

Etcd config mistake

Open
#293 2 comments 0 reactions 0 assignees View on GitHub

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
Screen Shot 2019-12-19 at 2 43 02 AM

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.