Skip to content

Commit 713b766

Browse files
Add ARM info to "Hardware Requirements" and "Supported Operating Systems" (#758)
* Add ARM info to Hardware Requirements and Supported Operating Systems Signed-off-by: Jillian <[email protected]> * Update v1.4 doc Signed-off-by: Jillian <[email protected]> * Update v1.3 doc Signed-off-by: Jillian <[email protected]> --------- Signed-off-by: Jillian <[email protected]>
1 parent 119861e commit 713b766

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

docs/install/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Harvester nodes have the following hardware requirements and recommendations for
2424

2525
| Hardware | Development/Testing | Production |
2626
| :--- | :--- | :--- |
27-
| CPU | x86_64 (with hardware-assisted virtualization); 8 cores minimum | x86_64 (with hardware-assisted virtualization); 16 cores minimum |
27+
| CPU | ARM64 or x86_64 (with hardware-assisted virtualization); 8 cores minimum | ARM64 or x86_64 (with hardware-assisted virtualization); 16 cores minimum |
2828
| Memory | 32 GB minimum | 64 GB minimum |
2929
| Disk capacity | 250 GB minimum (180 GB minimum when using multiple disks) | 500 GB minimum |
3030
| Disk performance | 5,000+ random IOPS per disk (SSD/NVMe); management node storage must meet [etcd](https://www.suse.com/support/kb/doc/?id=000020100) speed requirements. Only local disks and hardware RAID are supported. | 5,000+ random IOPS per disk (SSD/NVMe); management node storage must meet [etcd](https://www.suse.com/support/kb/doc/?id=000020100) speed requirements. Only local disks and hardware RAID are supported. |

docs/vm/virtual-machines.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ The following operating systems have been validated to run in Harvester virtual
3535

3636
:::note
3737

38-
The list includes only tested operating systems and is not intended to be exhaustive. Other x86 operating systems may also run in Harvester virtual machines. You are responsible for obtaining, activating, and managing licenses for any commercial software that you decide to use. Harvester cannot be held responsible for damage or loss of data that may occur through the use of untested, unpatched, and outdated operating systems.
38+
The list includes only tested operating systems and is not intended to be exhaustive. Other operating systems may also run in Harvester virtual machines. However, guest operating systems must match the architecture of the Harvester cluster's hosts. x86 virtual machines can run only on x86 clusters, and ARM virtual machines can run only on ARM clusters.
39+
40+
You are responsible for obtaining, activating, and managing licenses for any commercial software that you decide to use. Harvester cannot be held responsible for damage or loss of data that may occur through the use of untested, unpatched, and outdated operating systems.
3941

4042
The contents of this document may not reflect the most current situation and may change at any time without notice.
4143

versioned_docs/version-v1.3/install/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Harvester nodes have the following hardware requirements and recommendations for
2424

2525
| Hardware | Development/Testing | Production |
2626
| :--- | :--- | :--- |
27-
| CPU | x86_64 (with hardware-assisted virtualization); 8 cores minimum | x86_64 (with hardware-assisted virtualization); 16 cores minimum |
27+
| CPU | ARM64 or x86_64 (with hardware-assisted virtualization); 8 cores minimum | ARM64 or x86_64 (with hardware-assisted virtualization); 16 cores minimum |
2828
| Memory | 32 GB minimum | 64 GB minimum |
2929
| Disk capacity | 250 GB minimum (180 GB minimum when using multiple disks) | 500 GB minimum |
3030
| Disk performance | 5,000+ random IOPS per disk (SSD/NVMe); management node storage must meet [etcd](https://www.suse.com/support/kb/doc/?id=000020100) speed requirements. Only local disks and hardware RAID are supported. | 5,000+ random IOPS per disk (SSD/NVMe); management node storage must meet [etcd](https://www.suse.com/support/kb/doc/?id=000020100) speed requirements. Only local disks and hardware RAID are supported. |

versioned_docs/version-v1.3/vm/virtual-machines.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ The following operating systems have been validated to run in Harvester virtual
3838

3939
:::note
4040

41-
The list includes only tested operating systems and is not intended to be exhaustive. Other x86 operating systems may also run in Harvester virtual machines. You are responsible for obtaining, activating, and managing licenses for any commercial software that you decide to use. Harvester cannot be held responsible for damage or loss of data that may occur through the use of untested, unpatched, and outdated operating systems.
41+
The list includes only tested operating systems and is not intended to be exhaustive. Other operating systems may also run in Harvester virtual machines. However, guest operating systems must match the architecture of the Harvester cluster's hosts. x86 virtual machines can run only on x86 clusters, and ARM virtual machines can run only on ARM clusters.
42+
43+
You are responsible for obtaining, activating, and managing licenses for any commercial software that you decide to use. Harvester cannot be held responsible for damage or loss of data that may occur through the use of untested, unpatched, and outdated operating systems.
4244

4345
The contents of this document may not reflect the most current situation and may change at any time without notice.
4446

versioned_docs/version-v1.4/install/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Harvester nodes have the following hardware requirements and recommendations for
2424

2525
| Hardware | Development/Testing | Production |
2626
| :--- | :--- | :--- |
27-
| CPU | x86_64 (with hardware-assisted virtualization); 8 cores minimum | x86_64 (with hardware-assisted virtualization); 16 cores minimum |
27+
| CPU | ARM64 or x86_64 (with hardware-assisted virtualization); 8 cores minimum | ARM64 or x86_64 (with hardware-assisted virtualization); 16 cores minimum |
2828
| Memory | 32 GB minimum | 64 GB minimum |
2929
| Disk capacity | 250 GB minimum (180 GB minimum when using multiple disks) | 500 GB minimum |
3030
| Disk performance | 5,000+ random IOPS per disk (SSD/NVMe); management node storage must meet [etcd](https://www.suse.com/support/kb/doc/?id=000020100) speed requirements. Only local disks and hardware RAID are supported. | 5,000+ random IOPS per disk (SSD/NVMe); management node storage must meet [etcd](https://www.suse.com/support/kb/doc/?id=000020100) speed requirements. Only local disks and hardware RAID are supported. |

versioned_docs/version-v1.4/vm/virtual-machines.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ The following operating systems have been validated to run in Harvester virtual
3636

3737
:::note
3838

39-
The list includes only tested operating systems and is not intended to be exhaustive. Other x86 operating systems may also run in Harvester virtual machines. You are responsible for obtaining, activating, and managing licenses for any commercial software that you decide to use. Harvester cannot be held responsible for damage or loss of data that may occur through the use of untested, unpatched, and outdated operating systems.
39+
The list includes only tested operating systems and is not intended to be exhaustive. Other operating systems may also run in Harvester virtual machines. However, guest operating systems must match the architecture of the Harvester cluster's hosts. x86 virtual machines can run only on x86 clusters, and ARM virtual machines can run only on ARM clusters.
40+
41+
You are responsible for obtaining, activating, and managing licenses for any commercial software that you decide to use. Harvester cannot be held responsible for damage or loss of data that may occur through the use of untested, unpatched, and outdated operating systems.
4042

4143
The contents of this document may not reflect the most current situation and may change at any time without notice.
4244

0 commit comments

Comments
 (0)