Skip to content

Commit 64b90c7

Browse files
authored
Merge pull request #84671 from sr1kar99/2040-multus-multi-network-policy
TELCODOCS#2040: Multi-network policy support for bond CNI and IPVLAN
2 parents 17c3e0c + 297bb8c commit 64b90c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

modules/nw-multi-network-policy-differences.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kind: MultiNetworkPolicy
1818
1919
* You must use the `multi-networkpolicy` resource name when using the CLI to interact with multi-network policies. For example, you can view a multi-network policy object with the `oc get multi-networkpolicy <name>` command where `<name>` is the name of a multi-network policy.
2020
21-
* You must specify an annotation with the name of the network attachment definition that defines the macvlan or SR-IOV additional network:
21+
* You must specify an annotation with the name of the network attachment definition that defines the additional network:
2222
+
2323
[source,yaml]
2424
----

networking/multiple_networks/configuring-multi-network-policy.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
As a cluster administrator, you can configure a multi-network policy for a Single-Root I/O Virtualization (SR-IOV), MAC Virtual Local Area Network (MacVLAN), or OVN-Kubernetes additional networks. MacVLAN additional networks are fully supported. Other types of additional networks, such as IP Virtual Local Area Network (IPVLAN), are not supported.
9+
As a cluster administrator, you can configure a multi-network policy for any of the following network types:
10+
11+
* Single-Root I/O Virtualization (SR-IOV)
12+
* MAC Virtual Local Area Network (MacVLAN)
13+
* IP Virtual Local Area Network (IPVLAN)
14+
* Bond Container Network Interface (CNI) over SR-IOV
15+
* OVN-Kubernetes additional networks
1016
1117
[NOTE]
1218
====

0 commit comments

Comments
 (0)