Skip to content

Commit 2d34e8b

Browse files
committed
+10 to ip addresses, 192.168.63.1 -> 192.168.63.11 (to distinguish from any x.x.x.1 confusion
1 parent 194aa8e commit 2d34e8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ graph TB
7171

7272
## 🖥 Cluster Configuration
7373

74-
> **Note about IP Addressing**: This configuration uses `192.168.63.1` and `192.168.63.2` for the control plane and worker nodes respectively. You can modify these IPs in the `Vagrantfile` to use any IP addresses from your router's IP range that are outside the DHCP scope. Make sure to choose IPs that won't conflict with other devices on your network.
74+
> **Note about IP Addressing**: This configuration uses `192.168.63.11` and `192.168.63.12` for the control plane and worker nodes respectively. You can modify these IPs in the `Vagrantfile` to use any IP addresses from your router's IP range that are outside the DHCP scope. Make sure to choose IPs that won't conflict with other devices on your network.
7575
7676
<table>
7777
<tr>
@@ -82,7 +82,7 @@ graph TB
8282
<td>
8383

8484
```yaml
85-
IP: 192.168.63.1
85+
IP: 192.168.63.11
8686
Hostname: cplane
8787
Memory: 2048MB
8888
CPUs: 2
@@ -93,7 +93,7 @@ Role: Control Plane
9393
<td>
9494
9595
```yaml
96-
IP: 192.168.63.2
96+
IP: 192.168.63.12
9797
Hostname: worker
9898
Memory: 2048MB
9999
CPUs: 2
@@ -110,7 +110,7 @@ Role: Worker
110110
111111
## Quick Start
112112
113-
> **💡 Tip**: Before starting, you may want to adjust the IP addresses in the `Vagrantfile` if the default IPs (`192.168.63.1, 192.168.63.2`) conflict with your network setup. Edit the `private_network` IP settings in the Vagrantfile to match your network requirements.
113+
> **💡 Tip**: Before starting, you may want to adjust the IP addresses in the `Vagrantfile` if the default IPs (`192.168.63.11, 192.168.63.12`) conflict with your network setup. Edit the `private_network` IP settings in the Vagrantfile to match your network requirements.
114114

115115
1. Clone this repository:
116116
```bash
@@ -177,7 +177,7 @@ sudo kubeadm config images pull
177177

178178
Initialize the cluster:
179179
```bash
180-
sudo kubeadm init --pod-network-cidr=10.201.0.0/16 --apiserver-advertise-address=192.168.63.1
180+
sudo kubeadm init --pod-network-cidr=10.201.0.0/16 --apiserver-advertise-address=192.168.63.11
181181
```
182182

183183
### 2. Install CNI (Container Network Interface)

0 commit comments

Comments
 (0)