You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`kubeovn-operator`](https://github.com/harvester/kubeovn-operator)is used to manage the lifecycle of [Kube-OVN](https://github.com/kubeovn/kube-ovn)as a secondary CNI on underlying Harvester clusters.
You must enable `kubeovn-operator`to deploy Kube-OVN to a Harvester cluster for advanced SDN capabilities such as virtual private cloud (VPC) and subnets for virtual machine workloads.
17
+
您必須啟用 `kubeovn-operator`才能將 Kube-OVN 部署到 Harvester 叢集,以獲得進階 SDN 功能,例如虛擬機器工作負載所需的虛擬私有雲 (VPC) 和子網段。
18
18
19
-
1.On the Harvester UI, go to **Advanced** > **Add-ons**.
19
+
1.在 Harvester UI 上,前往 **Advanced** > **Add-ons**。
20
20
21
-
1.Select**kubeovn-operator (Experimental)**, and then select **⋮** > **Enable**.
The add-on deploys `kubeovn-operator`and creates the default `Configuration` object named `configuration.kubeovn.io`, which uses sane Harvester-specific defaults for configuring the Kube-OVN CNI.
The following is an example of a `Configuration`object:
27
+
以下是 `Configuration`物件的範例:
28
28
29
-
```
29
+
```yaml
30
30
apiVersion: kubeovn.io/v1
31
31
kind: Configuration
32
32
metadata:
@@ -181,27 +181,28 @@ spec:
181
181
182
182
:::info important
183
183
184
-
Ensure that the Kube-OVN IPv4 pod and service CIDR blocks do not overlap with the Harvester pod and service CIDR blocks.
184
+
請確保 Kube-OVN IPv4 pod 與 service CIDR 區塊不會與 Harvester pod 與 service CIDR 區塊重疊。
185
185
186
186
:::
187
187
188
188
:::caution
189
189
190
-
This`Configuration`object has been validated against Harvester installations. You can fine-tune the object by editing the `kubeovn-operator`add-on YAML, but exercise caution when making changes to the `configurationSpec`field.
@@ -10,173 +10,173 @@ title: "Local Storage Support (Experimental)"
10
10
11
11
:::note
12
12
13
-
**harvester-csi-driver-lvm**is an *experimental* add-on. It is not included in the Harvester ISO, but you can download it from the [experimental-addons repository](https://github.com/harvester/experimental-addons). For more information about experimental features, see [Feature Labels](../../getting-started/document-conventions.md#feature-labels).
13
+
**harvester-csi-driver-lvm**是一個 *實驗性* 的附加元件。它未包含在 Harvester ISO 中,但您可以從 [experimental-addons 儲存庫](https://github.com/harvester/experimental-addons) 下載。有關實驗性功能的更多資訊,請參閱 [功能標籤](../../getting-started/document-conventions.md#feature-labels)。
14
14
15
15
:::
16
16
17
-
Harvester allows you to use local storage on the host to create persistent volumes for your workloads with better performance and latency. This functionality is made possible by LVM, which provides logical volume management facilities on Linux.
Harvester currently does not allow you to modify the volume group composition (add or remove disks) after you create a logical volume. This issue will be addressed in a future release.
You can only use one type of local volume in each volume group. If necessary, create different volume groups for the volume types that you want to use.
79
+
每個卷冊群組中只能使用一種類型的本地卷冊。如有必要,請為您想要使用的卷冊類型建立不同的卷冊群組。
80
80
81
81
:::
82
82
83
-
1. On the Harvester UI, go to the **Storage** screen.
83
+
1. 在 Harvester UI 上,前往 **Storage** 畫面。
84
84
85
-
1. Create a new StorageClass and select **LVM** in the **Provisioner** list.
Because the LVM volume is a local volume, you must ensure that the target node of the LVM StorageClass is the node on which the virtual machine is scheduled.
You can also create a new virtual machine with the volume of the LVM StorageClass that you created. This virtual machine will be scheduled on the target node with local storage for the volume.
0 commit comments