Skip to content

Commit 4bb12ca

Browse files
jillian-maroketinnobead
authored andcommitted
Rename and move file, change metadata and intro
Signed-off-by: Jillian <[email protected]>
1 parent 6135da8 commit 4bb12ca

File tree

6 files changed

+135
-123
lines changed

6 files changed

+135
-123
lines changed

docs/install/guest-clusters.md

-41
This file was deleted.

docs/vm/virtual-machines.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
sidebar_position: 1
3+
sidebar_label: Virtual Machines
4+
title: "Virtual Machines"
5+
keywords:
6+
- virtual machine
7+
- VM
8+
- guest operating system
9+
- guest OS
10+
description: Information concerning virtual machines that run on top of the Harvester cluster
11+
---
12+
13+
<head>
14+
<link rel="canonical" href="https://docs.harvesterhci.io/v1.4/vm/virtual-machines"/>
15+
</head>
16+
17+
You can create [Linux VMs](../vm/create-vm.md) using one of the following methods:
18+
19+
- Harvester UI: On the **Virtual Machines** screen, click **Create** and configure the settings on each tab.
20+
- Kubernetes API: Create a `VirtualMachine` object.
21+
- [Harvester Terraform Provider](../terraform/terraform-provider.md): Define a `harvester_virtualmachine` resource block.
22+
23+
Creating [Windows VMs](../vm/create-windows-vm.md) on the Harvester UI involves slightly different steps. Harvester provides a VM template named `windows-iso-image-base-template` that adds a volume with the Virtio drivers for Windows, which streamlines the VM configuration process. If you require Virtio devices but choose to not use the template, you must add your own Virtio drivers for Windows to enable correct hardware detection.
24+
25+
## Supported Guest Operating Systems
26+
27+
The following operating systems have been validated to run in Harvester virtual machines:
28+
29+
| Operating System | Harvester v1.3.0 | Harvester v1.3.1 | Harvester v1.3.2 | Harvester v1.4.0 |
30+
| --- | --- | --- | --- | --- |
31+
| OpenSUSE Leap | 15.4 | 15.4 | 15.5 | 15.6 |
32+
| SLE Micro | N/A | N/A | 6 | 6 |
33+
| SLES | 15 SP4, 15 SP5 | 15 SP4, 15 SP5 | 15 SP4, 15 SP6 | 15 SP4, 15 SP6 |
34+
| RHEL | N/A | N/A | 9.4 | 9.4 |
35+
| Ubuntu | 22.04, 23.04 | 22.04, 23.04 | 24.04 | 24.04 |
36+
| Windows | 11 | 11 | 11 | 11 |
37+
| Windows Server | 2022 | 2022 | 2022 | 2022 |
38+
39+
:::note
40+
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, Harvester cannot be held responsible for any damage or loss of data that may occur through the use of untested operating systems.
42+
43+
The contents of this document may not reflect the most current situation and may change at any time without notice.
44+
45+
:::

versioned_docs/version-v1.3/install/guest-clusters.md

-41
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
sidebar_position: 1
3+
sidebar_label: Virtual Machines
4+
title: "Virtual Machines"
5+
keywords:
6+
- virtual machine
7+
- VM
8+
- guest operating system
9+
- guest OS
10+
description: Information concerning virtual machines that run on top of the Harvester cluster
11+
---
12+
13+
<head>
14+
<link rel="canonical" href="https://docs.harvesterhci.io/v1.4/vm/virtual-machines"/>
15+
</head>
16+
17+
You can create [Linux VMs](../vm/create-vm.md) using one of the following methods:
18+
19+
- Harvester UI: On the **Virtual Machines** screen, click **Create** and configure the settings on each tab.
20+
- Kubernetes API: Create a `VirtualMachine` object.
21+
- [Harvester Terraform Provider](../terraform/terraform-provider.md): Define a `harvester_virtualmachine` resource block.
22+
23+
Creating [Windows VMs](../vm/create-windows-vm.md) on the Harvester UI involves slightly different steps. Harvester provides a VM template named `windows-iso-image-base-template` that adds a volume with the Virtio drivers for Windows, which streamlines the VM configuration process. If you require Virtio devices but choose to not use the template, you must add your own Virtio drivers for Windows to enable correct hardware detection.
24+
25+
## Supported Guest Operating Systems
26+
27+
The following operating systems have been validated to run in Harvester virtual machines:
28+
29+
| Operating System | Harvester v1.3.0 | Harvester v1.3.1 | Harvester v1.3.2 | Harvester v1.4.0 |
30+
| --- | --- | --- | --- | --- |
31+
| OpenSUSE Leap | 15.4 | 15.4 | 15.5 | 15.6 |
32+
| SLE Micro | N/A | N/A | 6 | 6 |
33+
| SLES | 15 SP4, 15 SP5 | 15 SP4, 15 SP5 | 15 SP4, 15 SP6 | 15 SP4, 15 SP6 |
34+
| RHEL | N/A | N/A | 9.4 | 9.4 |
35+
| Ubuntu | 22.04, 23.04 | 22.04, 23.04 | 24.04 | 24.04 |
36+
| Windows | 11 | 11 | 11 | 11 |
37+
| Windows Server | 2022 | 2022 | 2022 | 2022 |
38+
39+
:::note
40+
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, Harvester cannot be held responsible for any damage or loss of data that may occur through the use of untested operating systems.
42+
43+
The contents of this document may not reflect the most current situation and may change at any time without notice.
44+
45+
:::

versioned_docs/version-v1.4/install/guest-clusters.md

-41
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
sidebar_position: 1
3+
sidebar_label: Virtual Machines
4+
title: "Virtual Machines"
5+
keywords:
6+
- virtual machine
7+
- VM
8+
- guest operating system
9+
- guest OS
10+
description: Information concerning virtual machines that run on top of the Harvester cluster
11+
---
12+
13+
<head>
14+
<link rel="canonical" href="https://docs.harvesterhci.io/v1.4/vm/virtual-machines"/>
15+
</head>
16+
17+
You can create [Linux VMs](../vm/create-vm.md) using one of the following methods:
18+
19+
- Harvester UI: On the **Virtual Machines** screen, click **Create** and configure the settings on each tab.
20+
- Kubernetes API: Create a `VirtualMachine` object.
21+
- [Harvester Terraform Provider](../terraform/terraform-provider.md): Define a `harvester_virtualmachine` resource block.
22+
23+
Creating [Windows VMs](../vm/create-windows-vm.md) on the Harvester UI involves slightly different steps. Harvester provides a VM template named `windows-iso-image-base-template` that adds a volume with the Virtio drivers for Windows, which streamlines the VM configuration process. If you require Virtio devices but choose to not use the template, you must add your own Virtio drivers for Windows to enable correct hardware detection.
24+
25+
## Supported Guest Operating Systems
26+
27+
The following operating systems have been validated to run in Harvester virtual machines:
28+
29+
| Operating System | Harvester v1.3.0 | Harvester v1.3.1 | Harvester v1.3.2 | Harvester v1.4.0 |
30+
| --- | --- | --- | --- | --- |
31+
| OpenSUSE Leap | 15.4 | 15.4 | 15.5 | 15.6 |
32+
| SLE Micro | N/A | N/A | 6 | 6 |
33+
| SLES | 15 SP4, 15 SP5 | 15 SP4, 15 SP5 | 15 SP4, 15 SP6 | 15 SP4, 15 SP6 |
34+
| RHEL | N/A | N/A | 9.4 | 9.4 |
35+
| Ubuntu | 22.04, 23.04 | 22.04, 23.04 | 24.04 | 24.04 |
36+
| Windows | 11 | 11 | 11 | 11 |
37+
| Windows Server | 2022 | 2022 | 2022 | 2022 |
38+
39+
:::note
40+
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, Harvester cannot be held responsible for any damage or loss of data that may occur through the use of untested operating systems.
42+
43+
The contents of this document may not reflect the most current situation and may change at any time without notice.
44+
45+
:::

0 commit comments

Comments
 (0)