Skip to content

Commit

Permalink
Fix v1.2 dev links
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyhella authored and guangbochen committed Sep 8, 2023
1 parent 7679ac7 commit 1ab7a95
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/advanced/rancher-vcluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Rancher vcluster (Experimental)"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/dev/advanced/rancher-vcluster"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/rancher-vcluster"/>
</head>

_Available as of v1.2.0_
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/seeder.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Seeder"
---

<head>
<link rel="canonical" href="https://docs.harvesterhci.io/dev/advanced/seeder"/>
<link rel="canonical" href="https://docs.harvesterhci.io/v1.2/advanced/seeder"/>
</head>
_Available as of v1.2.0_

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/rancher/csi-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion i18n/zh/docusaurus-plugin-content-docs/current/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 设备备份你的虚拟机,然后使用备份来恢复故障的虚拟机,或在其他集群上创建新的虚拟机。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 设备备份你的虚拟机,然后使用备份来恢复故障的虚拟机,或在其他集群上创建新的虚拟机。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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。

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.1/rancher/csi-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down

0 comments on commit 1ab7a95

Please sign in to comment.