Skip to content

Commit 1e91e8e

Browse files
authored
Merge pull request #78160 from dfitzmau/OCPBUGS-35909
OCPBUGS-35909:Updated the OVNK add network section with note about de…
2 parents 65d9f57 + 88a7da6 commit 1e91e8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

networking/multiple_networks/configuring-additional-network.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ spec:
9292
type: Raw
9393
----
9494
<1> An array of one or more additional network configurations.
95-
96-
<2> The name for the additional network attachment that you are
97-
creating. The name must be unique within the specified `namespace`.
98-
99-
<3> The namespace to create the network attachment in. If
100-
you do not specify a value, then the `default` namespace is used.
101-
95+
<2> The name for the additional network attachment that you are creating. The name must be unique within the specified `namespace`.
96+
<3> The namespace to create the network attachment in. If you do not specify a value then the `default` namespace is used.
97+
+
98+
[IMPORTANT]
99+
====
100+
To prevent namespace issues for the OVN-Kubernetes network plugin, do not name your additional network attachment `default`, because this namespace is reserved for the `default` additional network attachment.
101+
====
102102
<4> A CNI plugin configuration in JSON format.
103103

104104
[id="{context}_configuration-additional-network-yaml"]

0 commit comments

Comments
 (0)