Skip to content

Commit 30a0c8c

Browse files
authored
Merge pull request #44020 from sjhala-ccs/BZ2043440
BZ2043440: Fixing inaccuracies in assembly
2 parents 5dd2336 + d87c816 commit 30a0c8c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

modules/virt-creating-bridge-nad-cli.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ As a network administrator, you can configure a network attachment definition of
1010

1111
.Prerequisites
1212

13-
* The network attachment definition must be in the same namespace as the pod or virtual machine.
14-
1513
* The node must support nftables and the `nft` binary must be deployed to enable MAC spoof check.
1614
1715
.Procedure

modules/virt-creating-bridge-nad-web.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
[id="virt-creating-bridge-nad-web_{context}"]
99
= Creating a Linux bridge network attachment definition in the web console
1010

11-
The network attachment definition is a custom resource that exposes layer-2 devices
12-
to a specific namespace in your {VirtProductName} cluster.
13-
14-
Network administrators can create network attachment definitions
15-
to provide existing layer-2 networking to pods and virtual machines.
11+
Network administrators can create network attachment definitions to provide layer-2 networking to pods and virtual machines.
1612

1713
.Procedure
1814

virt/virtual_machines/vm_networking/virt-attaching-vm-multiple-networks.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ You can also import virtual machines with existing workloads that depend on acce
1212
To attach a virtual machine to an additional network:
1313

1414
. Configure a bridge network attachment definition for a namespace in the web console or CLI.
15+
+
16+
[NOTE]
17+
====
18+
The network attachment definition must be in the same namespace as the pod or virtual machine.
19+
====
1520
. Attach the virtual machine to the network attachment definition by using either the web console or the CLI:
1621
** In the web console, create a NIC for a new or existing virtual machine.
1722
** In the CLI, include the network information in the virtual machine configuration.

0 commit comments

Comments
 (0)