collabnix / collabnix/dockerlabs
A weird IP in this HA K8S deployment doc 10.10.40.10 ?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
I am following this doc to setup a HA K8S cluster with 3 master and 5 worker nodes.
Question 1
In the section of [7- Create an etcd systemd unit file] under [Installing and configuring Etcd] , suddenly there was an IP address which never mentioned anywhere showed up -- 10.10.40.10 The setup in this doc has no subnet of 10.10.40.x defined.
--listen-peer-urls https://10.10.40.10:2380 \
wondering if it was a typo or this IP means something?. This IP here does not make any sense in this config file. There is another 10.10.40.x IP address in this doc which was also suddenly just showed up from no where.
listen-peer-urls should be set to other 2 master machines or just itself?
Question 2
Then, at the beginning of the doc, it was mentioned that an IP range for the pods will be 10.30.0.0/16 --- /16
But in the later section Initializing the master nodes it set to networking: podSubnet: 10.30.0.0/24 ??
Thanks
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
Read the linked Install-and-configure-a-multi-master-Kubernetes-cluster-with-kubeadm.md, especially “Create an etcd systemd unit file” and “Initializing the master nodes.” Check how the documented etcd peer IPs and podSubnet values relate to the stated cluster setup, then make the IP and CIDR instructions consistent and unambiguous.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100