Skip to content

Commit 467a51a

Browse files
authored
Merge pull request #91154 from jab-rh/OCPBUGS-33028
OCPBUGS-33028: Fix vlanID description for OVN-K8s 2ndary network
2 parents cbb5dcc + 1a4d984 commit 467a51a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/configuration-ovnk-network-plugin-json-object.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ The CNI specification version. The required value is `0.3.1`.
2121
|`name`
2222
|`string`
2323
|
24-
The name of the network. These networks are not namespaced. For example, you can have a network named
25-
`l2-network` referenced from two different `NetworkAttachmentDefinition` CRDs that exist on two different
26-
namespaces. This ensures that pods making use of the `NetworkAttachmentDefinition` CRD on their own different
27-
namespaces can communicate over the same secondary network. However, those two different `NetworkAttachmentDefinition` CRDs must also share the same network specific parameters such as `topology`, `subnets`, `mtu`, and `excludeSubnets`.
24+
The name of the network. These networks are not namespaced. For example, a network named `l2-network` can be referenced by `NetworkAttachmentDefinition` custom resources (CRs) that exist in different namespaces.
25+
This configuration allows pods that use the `NetworkAttachmentDefinition` CR in different namespaces to communicate over the same secondary network.
26+
However, the `NetworkAttachmentDefinition` CRs must share the same network-specific parameters, such as `topology`, `subnets`, `mtu`, `excludeSubnets`, and `vlanID`. The `vlanID` parameter applies only when the `topology` field is set to `localnet`.
2827

2928
|`type`
3029
|`string`

0 commit comments

Comments
 (0)