Skip to content

Commit 9017f4c

Browse files
committed
Minor documentation fixes
1 parent 42ec518 commit 9017f4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ At this time and in the project's raw form, *meshrr* should not be considered fo
4646
kubectl create secret generic crpd-license --from-file=crpd-license=<filepath>
4747
```
4848
Note that `<filepath>` must point to a file that contains the singular license line and not an entire license file.
49-
4. (If required) Custom configuration Jinja2 templates loaded into ConfigMaps and mapped as volumes. See [Examples](#Examples).
50-
4. (If required - e.g., for [2regions-hrr](examples/2regions-hrr/) where only certain nodes should host certain clusters of RRs) Apply appropriate labels to the nodes:
49+
4. (If required) Custom configuration Jinja2 templates loaded into ConfigMaps and mapped as volumes. See [Examples](#Examples).
50+
5. (If required - e.g., for [2regions-hrr](examples/2regions-hrr/) where only certain nodes should host certain clusters of RRs) Apply appropriate labels to the nodes:
5151
```bash
5252
kubectl label nodes <node> <label1>=<value> <label2>=<value>
5353
```
54-
5. Apply your configuration:
54+
6. Apply your configuration:
5555
```bash
5656
kubectl [-n namespace] apply -f <file1>
5757
kubectl [-n namespace] apply -f <file2>

examples/2regions-hrr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Description
66
* This topology has two regions, `mirkwood` and `lothlorian`, and a `core` region.
77
* Within a region, all cRPDs are fully meshed via iBGP to provide maximum visibility within the region.
8-
* All cRPDs in a region other than `core` have BGP peerings with up to 2 `core` cRPDs. The `core` cRPDs serve as route reflectors for the non-core regions. (The limit of 2 is hard coded on upstream peer groups.)
8+
* All cRPDs in a region other than `core` have BGP peerings with up to 2 `core` cRPDs as dictated by the `max_peers` setting. The `core` cRPDs serve as route reflectors for the non-core regions.
99
* **Redundancy groups and anycast addressing:**
1010
* Each node is assigned to redundancy group `a` or `b`. (In a production environment, two separate Kubernetes clusters may be desirable.)
1111
* For each region with neighbors outside the cluster, separate DaemonSets are created for `a` and `b`, each with a unique IP address for that [meshrr_region:redundancy_group] combination. This IP address is used for iBGP peering with neighbors outside the cluster.

examples/load-balanced-route-servers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
preferred;
4646
}
4747
# MetalLB Anycast Peer
48-
address 192.168.255.0/32/32;
48+
address 192.168.255.0/32;
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)