Skip to content

Commit

Permalink
Update large-networks03.md
Browse files Browse the repository at this point in the history
  • Loading branch information
houseonline authored Apr 22, 2021
1 parent 3d6e02a commit 2a480c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/large-networks03.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ default nginx01 ClusterIP 172.30.28.17

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

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

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

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

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

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.
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.



Expand All @@ -1371,7 +1371,7 @@ You can set the following parameters in the white font section:
- --enable-overlay=false<br>
- --advertise-pod-cidr=true<br><font color=#ffffff>
- --advertise-cluster-ip=true<br>
- --advertise-cluster-subnet=172.30.0.0/16</font><br><font color=#F0E68C>
- --advertise-service-cluster-ip-range=172.30.0.0/16</font><br><font color=#F0E68C>
- --bgp-graceful-restart=true<br>
- --enable-ibgp=false<br>
- --nodes-full-mesh=true<br>
Expand Down Expand Up @@ -1580,7 +1580,7 @@ In this way, your kubernetes cluster network can support a larger network concur
<br>
<br>
<font size="4">**4 YAML source files used in this document**</font><br>
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.
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.
<br>
<br>

0 comments on commit 2a480c5

Please sign in to comment.