Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The latest versions support the deployment of xref:installation-setup/single-nod
[IMPORTANT]
====
* Mixed-architecture clusters are not supported. Deploy separate clusters to avoid unexpected system behavior.
* For best results, use https://www.suse.com/yesCertified/home[YES-certified hardware] for SUSE Linux Micro 6.1. {harvester-product-name} is built on SUSE Linux Enterprise technology and YES-certified hardware has additional validation of driver and system board compatibility. Laptops and nested virtualization are not supported.
* For best results, use https://www.suse.com/yesCertified/home[YES-certified hardware] for SUSE Linux Micro 6.2. {harvester-product-name} is built on SUSE Linux Enterprise technology and YES-certified hardware has additional validation of driver and system board compatibility. Laptops and nested virtualization are not supported.
* Nested virtualization is not supported on virtual machines running on {harvester-product-name}.
* Each node must have a unique `product_uuid` (fetched from `/sys/class/dmi/id/product_uuid`) to prevent errors from occurring during VM live migration and other operations. For more information, see https://github.com/harvester/harvester/issues/4025[Issue #4025].
* {harvester-product-name} has a xref:networking/cluster-network.adoc#_built_in_cluster_network[built-in management cluster network] (`mgmt`). To achieve high availability and the best performance in production environments, use at least two NICs in each node to set up a bonded NIC for the management network (see step 6 in xref:installation-setup/methods/iso-install.adoc#_installation_steps[ISO Installation]). You can also create xref:networking/cluster-network.adoc#_custom_cluster_network[custom cluster networks] for VM workloads. Each custom cluster network requires at least two additional NICs to set up a bonded NIC in every involved node of the cluster. The xref:hosts/witness-node.adoc[witness node] does not require additional NICs. For more information, see xref:networking/cluster-network.adoc#_concepts[Cluster Network].
Expand Down
Loading