diff --git a/docs/rancher/cloud-provider.md b/docs/rancher/cloud-provider.md index 25a1f4640aa..517f6ddc7ee 100644 --- a/docs/rancher/cloud-provider.md +++ b/docs/rancher/cloud-provider.md @@ -14,7 +14,7 @@ Description: The Harvester cloud provider used by the guest cluster in Harvester --- - + [RKE1](./node/rke1-cluster.md) and [RKE2](./node/rke2-cluster.md) clusters can be provisioned in Rancher using the built-in Harvester Node Driver. Harvester provides [load balancer](#load-balancer-support) and Harvester cluster [storage passthrough](./csi-driver.md) support to the guest Kubernetes cluster. diff --git a/docs/rancher/csi-driver.md b/docs/rancher/csi-driver.md index 55aac28baf8..a287dca5a1d 100644 --- a/docs/rancher/csi-driver.md +++ b/docs/rancher/csi-driver.md @@ -9,7 +9,7 @@ keywords: --- - + The Harvester Container Storage Interface (CSI) Driver provides a standard CSI interface used by guest Kubernetes clusters in Harvester. It connects to the host cluster and hot-plugs host volumes to the virtual machines (VMs) to provide native storage performance. diff --git a/docs/rancher/rancher-integration.md b/docs/rancher/rancher-integration.md index 04263b57b1a..3893a5bb36e 100644 --- a/docs/rancher/rancher-integration.md +++ b/docs/rancher/rancher-integration.md @@ -1,5 +1,4 @@ --- -id: index sidebar_position: 1 sidebar_label: Rancher Integration title: "Rancher Integration" @@ -13,7 +12,7 @@ Description: Rancher is an open source multi-cluster management platform. Harves --- - + [Rancher](https://github.com/rancher/rancher) is an open-source multi-cluster management platform. Starting with Rancher v2.6.1, Rancher has integrated Harvester by default to centrally manage VMs and containers. diff --git a/docs/rancher/resource-quota.md b/docs/rancher/resource-quota.md index 508edaf1108..512a1d0ba9c 100644 --- a/docs/rancher/resource-quota.md +++ b/docs/rancher/resource-quota.md @@ -11,6 +11,10 @@ keywords: Description: ResourceQuota allows administrators to set resource limits per namespace, preventing excessive resource usage and ensuring the smooth operation of other namespaces when the quota is reached. --- + + + + [ResourceQuota](https://kubernetes.io/docs/concepts/policy/resource-quotas/) is used to limit the usage of resources within a namespace. It helps administrators control and restrict the allocation of cluster resources to ensure fairness and controlled resource distribution among namespaces. In Harvester, ResourceQuota can define usage limits for the following resources: diff --git a/docs/rancher/virtualization-management.md b/docs/rancher/virtualization-management.md index 8053e55e918..b2e212feda2 100644 --- a/docs/rancher/virtualization-management.md +++ b/docs/rancher/virtualization-management.md @@ -8,7 +8,7 @@ keywords: --- - + With Rancher's virtualization management capabilities, you can import and manage multiple Harvester clusters. It provides a solution that unifies virtualization and container management from a single pane of glass. diff --git a/versioned_docs/version-v0.3/rancher/cloud-provider.md b/versioned_docs/version-v0.3/rancher/cloud-provider.md index f59dc74b282..1d6108c9b1f 100644 --- a/versioned_docs/version-v0.3/rancher/cloud-provider.md +++ b/versioned_docs/version-v0.3/rancher/cloud-provider.md @@ -14,7 +14,7 @@ Description: The Harvester cloud provider used by the guest cluster in Harvester --- - + _Available as of v0.3.0_ diff --git a/versioned_docs/version-v0.3/rancher/csi-driver.md b/versioned_docs/version-v0.3/rancher/csi-driver.md index 6ff7a1d1fb2..99d29d738e0 100644 --- a/versioned_docs/version-v0.3/rancher/csi-driver.md +++ b/versioned_docs/version-v0.3/rancher/csi-driver.md @@ -9,7 +9,7 @@ keywords: --- - + The Harvester Container Storage Interface (CSI) Driver provides a CSI interface used by guest Kubernetes clusters in Harvester. It connects to the host cluster and hot-plugs host volumes to the virtual machines (VMs) to provide native storage performance. diff --git a/versioned_docs/version-v0.3/rancher/rancher-integration.md b/versioned_docs/version-v0.3/rancher/rancher-integration.md index 5e624d3a03e..94f00182e18 100644 --- a/versioned_docs/version-v0.3/rancher/rancher-integration.md +++ b/versioned_docs/version-v0.3/rancher/rancher-integration.md @@ -12,7 +12,7 @@ Description: Rancher is an open source multi-cluster management platform. Harves --- - + _Available as of v0.3.0_ diff --git a/versioned_docs/version-v0.3/rancher/virtualization-management.md b/versioned_docs/version-v0.3/rancher/virtualization-management.md index dfeeef8c03e..1d717972da1 100644 --- a/versioned_docs/version-v0.3/rancher/virtualization-management.md +++ b/versioned_docs/version-v0.3/rancher/virtualization-management.md @@ -8,7 +8,7 @@ keywords: --- - + For Harvester v0.3.0 and above, virtualization management with the multi-cluster management feature will be supported using Rancher v2.6.x. diff --git a/versioned_docs/version-v1.0/rancher/cloud-provider.md b/versioned_docs/version-v1.0/rancher/cloud-provider.md index c927eb16247..cc6140f3287 100644 --- a/versioned_docs/version-v1.0/rancher/cloud-provider.md +++ b/versioned_docs/version-v1.0/rancher/cloud-provider.md @@ -14,7 +14,7 @@ Description: The Harvester cloud provider used by the guest cluster in Harvester --- - + [RKE1](./node/rke1-cluster.md) and [RKE2](./node/rke2-cluster.md) clusters can be provisioned in Rancher using the built-in Harvester Node Driver. Harvester provides [load balancer](#load-balancer-support) and [cluster Persistent Storage](./csi-driver.md) support to the guest Kubernetes cluster. diff --git a/versioned_docs/version-v1.0/rancher/csi-driver.md b/versioned_docs/version-v1.0/rancher/csi-driver.md index 510dfc2f15c..2a24a7daa82 100644 --- a/versioned_docs/version-v1.0/rancher/csi-driver.md +++ b/versioned_docs/version-v1.0/rancher/csi-driver.md @@ -9,7 +9,7 @@ keywords: --- - + diff --git a/versioned_docs/version-v1.0/rancher/rancher-integration.md b/versioned_docs/version-v1.0/rancher/rancher-integration.md index f0110269bdf..dc0b353ef45 100644 --- a/versioned_docs/version-v1.0/rancher/rancher-integration.md +++ b/versioned_docs/version-v1.0/rancher/rancher-integration.md @@ -12,7 +12,7 @@ Description: Rancher is an open source multi-cluster management platform. Harves --- - + _Available as of v0.3.0_ diff --git a/versioned_docs/version-v1.0/rancher/virtualization-management.md b/versioned_docs/version-v1.0/rancher/virtualization-management.md index f3c2d5b0ce1..c2efdbe0eae 100644 --- a/versioned_docs/version-v1.0/rancher/virtualization-management.md +++ b/versioned_docs/version-v1.0/rancher/virtualization-management.md @@ -8,7 +8,7 @@ keywords: --- - + For Harvester v0.3.0 and above, virtualization management with the multi-cluster management feature will be supported using Rancher v2.6 and above. diff --git a/versioned_docs/version-v1.1/rancher/cloud-provider.md b/versioned_docs/version-v1.1/rancher/cloud-provider.md index a4beb4f43b1..268249f2e04 100644 --- a/versioned_docs/version-v1.1/rancher/cloud-provider.md +++ b/versioned_docs/version-v1.1/rancher/cloud-provider.md @@ -14,7 +14,7 @@ Description: The Harvester cloud provider used by the guest cluster in Harvester --- - + [RKE1](./node/rke1-cluster.md) and [RKE2](./node/rke2-cluster.md) clusters can be provisioned in Rancher using the built-in Harvester Node Driver. Harvester provides [load balancer](#load-balancer-support) and Harvester cluster [storage passthrough](./csi-driver.md) support to the guest Kubernetes cluster. diff --git a/versioned_docs/version-v1.1/rancher/csi-driver.md b/versioned_docs/version-v1.1/rancher/csi-driver.md index 2753c390b49..ad6b2c9fd3c 100644 --- a/versioned_docs/version-v1.1/rancher/csi-driver.md +++ b/versioned_docs/version-v1.1/rancher/csi-driver.md @@ -9,7 +9,7 @@ keywords: --- - + The Harvester Container Storage Interface (CSI) Driver provides a standard CSI interface used by guest Kubernetes clusters in Harvester. It connects to the host cluster and hot-plugs host volumes to the virtual machines (VMs) to provide native storage performance. diff --git a/versioned_docs/version-v1.1/rancher/rancher-integration.md b/versioned_docs/version-v1.1/rancher/rancher-integration.md index 3b9c68fea67..e2005ebee36 100644 --- a/versioned_docs/version-v1.1/rancher/rancher-integration.md +++ b/versioned_docs/version-v1.1/rancher/rancher-integration.md @@ -1,5 +1,4 @@ --- -id: index sidebar_position: 1 sidebar_label: Rancher Integration title: "Rancher Integration" @@ -13,7 +12,7 @@ Description: Rancher is an open source multi-cluster management platform. Harves --- - + _Available as of v0.3.0_ diff --git a/versioned_docs/version-v1.1/rancher/virtualization-management.md b/versioned_docs/version-v1.1/rancher/virtualization-management.md index 8fe5fc7d8bf..3c871edad15 100644 --- a/versioned_docs/version-v1.1/rancher/virtualization-management.md +++ b/versioned_docs/version-v1.1/rancher/virtualization-management.md @@ -8,7 +8,7 @@ keywords: --- - + For Harvester v0.3.0 and above, virtualization management with the multi-cluster management feature will be supported using Rancher v2.6 and above.