You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nw-metallb-community-cr.adoc
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The `community` custom resource is a collection of aliases for communities. User
10
10
11
11
[NOTE]
12
12
====
13
-
The `community` CRD applies only to BGPAdvertisement.
13
+
The `community` CRD applies only to BGPAdvertisement.
14
14
====
15
15
16
16
@@ -33,9 +33,7 @@ Specify the same namespace that the MetalLB Operator uses.
33
33
34
34
|`spec.communities`
35
35
|`string`
36
-
|Specifies a list of IP addresses for MetalLB to assign to services.
37
-
You can specify multiple ranges in a single pool, they will all share the same settings.
38
-
Specify each range in CIDR notation or as starting and ending IP addresses separated with a hyphen.
36
+
|Specifies a list of BGP community aliases that can be used in BGPAdvertisements. A community alias consists of a pair of name (alias) and value (number:number). Link the BGPAdvertisement to a community alias by referring to the alias name in its `spec.communities` field.
0 commit comments