Skip to content

Commit b76a2f4

Browse files
authored
Merge pull request #68968 from JoeAldinger/OCPBUGS-16168
OCPBUGS-16168:provides note on race condition in ovn-k
2 parents 470eb20 + 7524e20 commit b76a2f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/configuring-ovnk-additional-networks.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
The {openshift-networking} OVN-Kubernetes network plugin allows the configuration of secondary network interfaces for pods. To configure secondary network interfaces, you must define the configurations in the `NetworkAttachmentDefinition` custom resource (CR).
1010

11+
[NOTE]
12+
====
13+
Pod and multi-network policy creation may remain in a pending state until the OVN-Kubernetes control plane agent in the nodes processes the associated `network-attachment-definition` CR.
14+
====
15+
1116
You can configure an OVN-Kubernetes additional network in either _layer 2_ or _localnet_ topologies.
1217

1318
- A layer 2 topology supports east-west cluster traffic, but does not allow access to the underlying physical network.

0 commit comments

Comments
 (0)