diff --git a/docs/advanced/rancher-vcluster.md b/docs/advanced/rancher-vcluster.md index a5b039c342a..617a4b2c2c8 100644 --- a/docs/advanced/rancher-vcluster.md +++ b/docs/advanced/rancher-vcluster.md @@ -5,7 +5,7 @@ title: "Rancher vcluster (Experimental)" --- - + _Available as of v1.2.0_ diff --git a/docs/advanced/seeder.md b/docs/advanced/seeder.md index 3a41976901b..a25233d809c 100644 --- a/docs/advanced/seeder.md +++ b/docs/advanced/seeder.md @@ -5,7 +5,7 @@ title: "Seeder" --- - + _Available as of v1.2.0_ diff --git a/docs/index.md b/docs/index.md index c9facc041c0..d8792bc6aad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,7 +28,7 @@ The Harvester architecture consists of cutting-edge open-source technologies: ## Harvester Features Harvester is an enterprise-ready, easy-to-use infrastructure platform that leverages local, direct attached storage instead of complex external SANs. It utilizes Kubernetes API as a unified automation language across container and VM workloads. Some key features of Harvester include: -- **Easy to get started.** Since Harvester ships as a bootable appliance image, you can install it directly on a bare metal server with the [ISO image](https://github.com/harvester/harvester/releases) or automatically install it using [iPXE](https://docs.harvesterhci.io/dev/install/pxe-boot-install) scripts. +- **Easy to get started.** Since Harvester ships as a bootable appliance image, you can install it directly on a bare metal server with the [ISO image](https://github.com/harvester/harvester/releases) or automatically install it using [iPXE](./install/pxe-boot-install.md) scripts. - **VM lifecycle management.** Easily create, edit, clone, and delete VMs, including SSH-Key injection, cloud-init, and graphic and serial port console. - **VM live migration.** Move a VM to a different host or node with zero downtime. - **VM backup, snapshot, and restore.** Back up your VMs from NFS, S3 servers, or NAS devices. Use your backup to restore a failed VM or create a new VM on a different cluster. diff --git a/docs/rancher/csi-driver.md b/docs/rancher/csi-driver.md index 58caa678529..55aac28baf8 100644 --- a/docs/rancher/csi-driver.md +++ b/docs/rancher/csi-driver.md @@ -221,7 +221,7 @@ Follow these steps to set up **RBAC** for error message visibility: ### Deploying Now you can create a new StorageClass that you intend to use in your guest Kubernetes cluster. -1. For administrators, you can create a desired [StorageClass](https://docs.harvesterhci.io/dev/advanced/storageclass) (e.g., named **replica-2**) in your bare-metal Harvester cluster. +1. For administrators, you can create a desired [StorageClass](../advanced/storageclass.md) (e.g., named **replica-2**) in your bare-metal Harvester cluster. ![](/img/v1.2/rancher/sc-replica-2.png) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/index.md b/i18n/zh/docusaurus-plugin-content-docs/current/index.md index d8b3bae1ca8..4e3cb6033c7 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/index.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/index.md @@ -32,7 +32,7 @@ Harvester 架构由尖端的开源技术组成: ## Harvester 功能 Harvester 是一个企业就绪、易于使用的基础设施平台,它使用本地、直接连接的存储而不是复杂的外部 SAN。它使用 Kubernetes API 作为跨容器和虚拟机工作负载的统一自动化语言。Harvester 的一些主要功能包括: -- **易于上手**。由于 Harvester 作为可启动的设备镜像提供,因此你可以使用 [ISO 镜像](https://github.com/harvester/harvester/releases)将其直接安装在裸机服务器上,也可以使用 [iPXE](https://docs.harvesterhci.io/dev/install/pxe-boot-install) 脚本进行自动安装。 +- **易于上手**。由于 Harvester 作为可启动的设备镜像提供,因此你可以使用 [ISO 镜像](https://github.com/harvester/harvester/releases)将其直接安装在裸机服务器上,也可以使用 [iPXE](./install/pxe-boot-install.md) 脚本进行自动安装。 - **虚拟机生命周期管理**。轻松创建、编辑、克隆和删除虚拟机,包括 SSH-Key 注入、cloud-init 配置、以及图形和串行端口控制台。 - **VM 热迁移**。将虚拟机迁移到不同的主机或节点,没有停机时间。 - **虚拟机备份、快照和恢复**。从 NFS、S3 服务器或 NAS 设备备份你的虚拟机,然后使用备份来恢复故障的虚拟机,或在其他集群上创建新的虚拟机。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/rancher/csi-driver.md b/i18n/zh/docusaurus-plugin-content-docs/current/rancher/csi-driver.md index f3391576914..540c8d544a1 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/rancher/csi-driver.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/rancher/csi-driver.md @@ -217,7 +217,7 @@ Harvester CSI Driver 提供了一个标准的 CSI 接口,供 Harvester 中所 ### 部署 -1. 创建一个要在 Guest K8s 集群中使用的新 StorageClass。你可以参考 [StorageClasses](https://docs.harvesterhci.io/dev/advanced/storageclass) 了解更多详情。 +1. 创建一个要在 Guest K8s 集群中使用的新 StorageClass。你可以参考 [StorageClasses](../advanced/storageclass.md) 了解更多详情。 如下图所示,新建一个名为 **replica-2** 的 StorageClass。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/index.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/index.md index e0dc1e37d02..c1bb0ba4e90 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/index.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/index.md @@ -32,7 +32,7 @@ Harvester 架构由尖端的开源技术组成: ## Harvester 功能 Harvester 是一个企业就绪、易于使用的基础设施平台,它使用本地、直接连接的存储而不是复杂的外部 SAN。它使用 Kubernetes API 作为跨容器和虚拟机工作负载的统一自动化语言。Harvester 的一些主要功能包括: -- **易于上手**。由于 Harvester 作为可启动的设备镜像提供,因此你可以使用 [ISO 镜像](https://github.com/harvester/harvester/releases)将其直接安装在裸机服务器上,也可以使用 [iPXE](https://docs.harvesterhci.io/dev/install/pxe-boot-install) 脚本进行自动安装。 +- **易于上手**。由于 Harvester 作为可启动的设备镜像提供,因此你可以使用 [ISO 镜像](https://github.com/harvester/harvester/releases)将其直接安装在裸机服务器上,也可以使用 [iPXE](./install/pxe-boot-install.md) 脚本进行自动安装。 - **虚拟机生命周期管理**。轻松创建、编辑、克隆和删除虚拟机,包括 SSH-Key 注入、cloud-init 配置、以及图形和串行端口控制台。 - **VM 热迁移**。将虚拟机迁移到不同的主机或节点,没有停机时间。 - **虚拟机备份、快照和恢复**。从 NFS、S3 服务器或 NAS 设备备份你的虚拟机,然后使用备份来恢复故障的虚拟机,或在其他集群上创建新的虚拟机。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/rancher/csi-driver.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/rancher/csi-driver.md index 758aaa0c2f4..677030ef2ef 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/rancher/csi-driver.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/rancher/csi-driver.md @@ -217,7 +217,7 @@ Harvester CSI Driver 提供了一个标准的 CSI 接口,供 Harvester 中所 ### 部署 -1. 创建一个要在 Guest K8s 集群中使用的新 StorageClass。你可以参考 [StorageClasses](https://docs.harvesterhci.io/dev/advanced/storageclass) 了解更多详情。 +1. 创建一个要在 Guest K8s 集群中使用的新 StorageClass。你可以参考 [StorageClasses](../advanced/storageclass.md) 了解更多详情。 如下图所示,新建一个名为 **replica-2** 的 StorageClass。 diff --git a/versioned_docs/version-v1.1/index.md b/versioned_docs/version-v1.1/index.md index 389026bb91d..c37c069eff9 100644 --- a/versioned_docs/version-v1.1/index.md +++ b/versioned_docs/version-v1.1/index.md @@ -28,7 +28,7 @@ The Harvester architecture consists of cutting-edge open-source technologies: ## Harvester Features Harvester is an enterprise-ready, easy-to-use infrastructure platform that leverages local, direct attached storage instead of complex external SANs. It utilizes Kubernetes API as a unified automation language across container and VM workloads. Some key features of Harvester include: -- **Easy to get started.** Since Harvester ships as a bootable appliance image, you can install it directly on a bare metal server with the [ISO image](https://github.com/harvester/harvester/releases) or automatically install it using [iPXE](https://docs.harvesterhci.io/dev/install/pxe-boot-install) scripts. +- **Easy to get started.** Since Harvester ships as a bootable appliance image, you can install it directly on a bare metal server with the [ISO image](https://github.com/harvester/harvester/releases) or automatically install it using [iPXE](./install/pxe-boot-install.md) scripts. - **VM lifecycle management.** Easily create, edit, clone, and delete VMs, including SSH-Key injection, cloud-init, and graphic and serial port console. - **VM live migration.** Move a VM to a different host or node with zero downtime. - **VM backup, snapshot, and restore.** Back up your VMs from NFS, S3 servers, or NAS devices. Use your backup to restore a failed VM or create a new VM on a different cluster. diff --git a/versioned_docs/version-v1.1/rancher/csi-driver.md b/versioned_docs/version-v1.1/rancher/csi-driver.md index ae2d42676d0..2753c390b49 100644 --- a/versioned_docs/version-v1.1/rancher/csi-driver.md +++ b/versioned_docs/version-v1.1/rancher/csi-driver.md @@ -223,7 +223,7 @@ Make sure the `serviceaccount name` and `namespace` are the same as your cloud p ### Deploying -1. Create a new StorageClass that you would like to use in your guest k8s cluster. You can refer to the [StorageClasses](https://docs.harvesterhci.io/dev/advanced/storageclass) for more details. +1. Create a new StorageClass that you would like to use in your guest k8s cluster. You can refer to the [StorageClasses](../advanced/storageclass.md) for more details. As show in the following figure, create a new StorageClass named **replica-2**.