Skip to content

Commit 2a480c5

Browse files
authored
Update large-networks03.md
1 parent 3d6e02a commit 2a480c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/large-networks03.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ default nginx01 ClusterIP 172.30.28.17
7272

7373
<br>
7474
<br>
75-
<font size="4">**2 Bad conditions before optimization using the "advertise-cluster-subnet" parameter**</font><br>
75+
<font size="4">**2 Bad conditions before optimization using the "advertise-service-cluster-ip-range" parameter**</font><br>
7676

7777
<font size="3">**2.1 A Brief Introduction to Bad Conditions**</font><br>
7878

@@ -1348,11 +1348,11 @@ Although in the actual production environment, because of the number of interfac
13481348

13491349
<br>
13501350
<br>
1351-
<font size="4">**3 Adjusting "advertise-cluster-subnet" parameters to optimize network routing**</font><br>
1351+
<font size="4">**3 Adjusting "advertise-service-cluster-ip-range" parameters to optimize network routing**</font><br>
13521352

1353-
<font size="3">**3.1 How to set "advertise-cluster-subnet" parameter correctly**</font><br>
1353+
<font size="3">**3.1 How to set "advertise-service-cluster-ip-range" parameter correctly**</font><br>
13541354

1355-
You need to set both "--advertise-cluster-IP=true" and "--advertise-cluster-subnet=subnet" parameters.Let k8s node only notify k8s service aggregate routes to the upstream routers, reducing the service routing entries of the upstream routers.Please continue reading the following.
1355+
You need to set both "--advertise-cluster-IP=true" and "--advertise-service-cluster-ip-range=subnet" parameters.Let k8s node only notify k8s service aggregate routes to the upstream routers, reducing the service routing entries of the upstream routers.Please continue reading the following.
13561356

13571357

13581358

@@ -1371,7 +1371,7 @@ You can set the following parameters in the white font section:
13711371
- --enable-overlay=false<br>
13721372
- --advertise-pod-cidr=true<br><font color=#ffffff>
13731373
- --advertise-cluster-ip=true<br>
1374-
- --advertise-cluster-subnet=172.30.0.0/16</font><br><font color=#F0E68C>
1374+
- --advertise-service-cluster-ip-range=172.30.0.0/16</font><br><font color=#F0E68C>
13751375
- --bgp-graceful-restart=true<br>
13761376
- --enable-ibgp=false<br>
13771377
- --nodes-full-mesh=true<br>
@@ -1580,7 +1580,7 @@ In this way, your kubernetes cluster network can support a larger network concur
15801580
<br>
15811581
<br>
15821582
<font size="4">**4 YAML source files used in this document**</font><br>
1583-
For the YAML source files used in this document, please click on <a href="../daemonset/kube-router-daemonset-advertise-cluster-subnet.yaml">this link</a> to view them.
1583+
For the YAML source files used in this document, please click on <a href="../daemonset/kube-router-daemonset-advertise-service-cluster-ip-range.yaml">this link</a> to view them.
15841584
<br>
15851585
<br>
15861586

0 commit comments

Comments
 (0)