Skip to content

Commit

Permalink
Merge pull request #31951 from mgarrellRH/CNV10760
Browse files Browse the repository at this point in the history
JIRA CNV-10760 Adding information about referencing NAD definitions in different namespaces
  • Loading branch information
apinnick authored May 5, 2021
2 parents 60c0551 + 1fcc5f3 commit 12e2bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/virt-attaching-vm-secondary-network-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ spec:
pod: {}
- name: bridge-net <1>
multus:
networkName: <a-bridge-network> <2>
networkName: <network-namespace/a-bridge-network> <2>
...
----
<1> The name of the bridge interface. This value must match the `name` value of the corresponding `spec.template.spec.networks` entry.
<2> The name of the network attachment definition.
+
[NOTE]
====
The example virtual machine is connected to both the `default` pod network and `bridge-net`, which is defined by a network attachment definition named `a-bridge-network`.
The example virtual machine is connected to both the `default` pod network and `bridge-net`, which is defined by a network attachment definition named `a-bridge-network`. If the network attachment definition is not in the same namespace as the VM, you must combine the namespace and the network name to create the network attachment definition name.
====

. Apply the configuration:
Expand Down

0 comments on commit 12e2bb6

Please sign in to comment.