Skip to content

Commit 8153b93

Browse files
Merge pull request #28031 from aburdenthehand/cnv-bz1902217-mac
CNV BZ#1902217 - Highlight enabling of KubeMacPool
2 parents 12bf199 + 06b8fff commit 8153b93

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

virt/install/installing-virt-cli.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ To specify the nodes where you want {VirtProductName} to install its components,
2222
include::modules/virt-subscribing-cli.adoc[leveloffset=+1]
2323

2424
include::modules/virt-deploying-operator-cli.adoc[leveloffset=+1]
25+
26+
== Next steps
27+
28+
You might want to additionally configure the following components:
29+
30+
* The _KubeMacPool_ component provides a MAC address pool service for virtual machine NICs in designated namespaces. xref:../../virt/virtual_machines/vm_networking/virt-using-mac-address-pool-for-vms.adoc#virt-about-kubemacpool_virt-using-mac-address-pool-for-vms[Enable a MAC address pool in a namespace] by applying the KubeMacPool label to that namespace.
31+
32+
* The xref:../../virt/virtual_machines/virtual_disks/virt-configuring-local-storage-for-vms.adoc#virt-about-hostpath-provisioner_virt-configuring-local-storage-for-vms[hostpath provisioner] is a local storage provisioner designed for {VirtProductName}. If you want to configure local storage for virtual machines, you must enable the hostpath provisioner first.
33+

virt/install/installing-virt-web.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ To specify the nodes where you want {VirtProductName} to install its components,
2424
include::modules/virt-subscribing-to-the-catalog.adoc[leveloffset=+1]
2525

2626
include::modules/virt-deploying-virt.adoc[leveloffset=+1]
27+
28+
== Next steps
29+
30+
You might want to additionally configure the following components:
31+
32+
* The _KubeMacPool_ component provides a MAC address pool service for virtual machine NICs in designated namespaces. xref:../../virt/virtual_machines/vm_networking/virt-using-mac-address-pool-for-vms.adoc#virt-about-kubemacpool_virt-using-mac-address-pool-for-vms[Enable a MAC address pool in a namespace] by applying the KubeMacPool label to that namespace.
33+
34+
* The xref:../../virt/virtual_machines/virtual_disks/virt-configuring-local-storage-for-vms.adoc#virt-about-hostpath-provisioner_virt-configuring-local-storage-for-vms[hostpath provisioner] is a local storage provisioner designed for {VirtProductName}. If you want to configure local storage for virtual machines, you must enable the hostpath provisioner first.

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 @@ configure a PXE network so that you can boot machines over the network.
1212
To get started, a network administrator configures a bridge network attachment definition
1313
for a namespace in the web console or CLI. Users can then create a NIC to attach pods and virtual machines in that namespace to the bridge network.
1414

15+
[NOTE]
16+
====
17+
The _KubeMacPool_ component provides a MAC address pool service for virtual machine NICs in designated namespaces. It is not enabled by default. xref:../../../virt/virtual_machines/vm_networking/virt-using-mac-address-pool-for-vms.adoc#virt-about-kubemacpool_virt-using-mac-address-pool-for-vms[Enable a MAC address pool in a namespace] by applying the KubeMacPool label to that namespace.
18+
====
19+
1520
include::modules/virt-networking-glossary.adoc[leveloffset=+1]
1621

1722
== Creating a network attachment definition

virt/virtual_machines/vm_networking/virt-using-the-default-pod-network-with-virt.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ you must use the `masquerade` binding method. It is the only recommended
99
binding method for use with the default pod network. Do not use
1010
`masquerade` mode with non-default networks.
1111

12+
xref:../../../virt/virtual_machines/vm_networking/virt-attaching-vm-multiple-networks.adoc#attaching-to-multiple-networks[For secondary networks], use the `bridge` binding method.
13+
1214
[NOTE]
1315
====
14-
For secondary networks, use the `bridge` binding method.
16+
The _KubeMacPool_ component provides a MAC address pool service for virtual machine NICs in designated namespaces. It is not enabled by default. xref:../../../virt/virtual_machines/vm_networking/virt-using-mac-address-pool-for-vms.adoc#virt-about-kubemacpool_virt-using-mac-address-pool-for-vms[Enable a MAC address pool in a namespace] by applying the KubeMacPool label to that namespace.
1517
====
1618

1719
include::modules/virt-configuring-masquerade-mode-cli.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)