Skip to content
Merged
Show file tree
Hide file tree
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 @@ -84,7 +84,7 @@ Before you create VMs, create the necessary networks. If more than one network i

## 8. Import VM images.

On the Harvester UI, you can import ISO, qcow2, and raw [images](../image/upload-image.md) by uploading an image from the local file system, or by specifying the URL of an image that can be accessed from the cluster.
On the Hypervisor UI, you can import ISO, qcow2, and raw [images](../image/upload-image.md) by uploading an image from the local file system, or by specifying the URL of an image that can be accessed from the cluster.

## 9. Import SSH keys. (Recommended)

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v1.6/getting-started/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Hypervisor clusters can be imported into and managed by Rancher. Within the Ranc

Certain versions of Hypervisor and Rancher allow you to deploy container workloads directly to Hypervisor clusters (with some limitations). When this [experimental feature](../rancher/rancher-integration.md#harvester-baremetal-container-workload-support-experimental) is enabled, container workloads seamlessly interact with VM workloads.

## **NQRust hypervisor**
## **NQRust Hypervisor**

Specialized operating system and [software stack](../index.md#harvester-architecture) that runs on a single physical server.

## **Hypervisor node**

Physical server on which the NQRust hypervisor is installed.
Physical server on which the NQRust Hypervisor is installed.

Each node that joins a Hypervisor cluster must be assigned a [role](../host/host.md#role-management) that determines the functions the node can perform within the cluster. All Hypervisor nodes process data but not all can store data.

Expand Down
Loading