Skip to content

Commit b2365b6

Browse files
author
Shikha Jhala
committed
CNV-33018: Removed namespace reference from linux bridge yaml
1 parent ba70964 commit b2365b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-attaching-vm-secondary-network-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ spec:
3838
pod: {}
3939
- name: bridge-net <2>
4040
multus:
41-
networkName: network-namespace/a-bridge-network <3>
41+
networkName: a-bridge-network <3>
4242
----
4343
<1> The name of the bridge interface.
4444
<2> The name of the network. This value must match the `name` value of the corresponding `spec.template.spec.domain.devices.interfaces` entry.
45-
<3> The name of the network attachment definition, prefixed by the namespace where it exists. The namespace must be either the `default` namespace or the same namespace where the VM is to be created. In this case, `multus` is used. Multus is a cloud network interface (CNI) plugin that allows multiple CNIs to exist so that a pod or virtual machine can use the interfaces it needs.
45+
<3> The name of the network attachment definition.
4646

4747
. Apply the configuration:
4848
+

0 commit comments

Comments
 (0)