Skip to content

Commit

Permalink
Add note about resource quota
Browse files Browse the repository at this point in the history
Relates to: harvester/harvester#5433

Signed-off-by: Volker Theile <[email protected]>
  • Loading branch information
votdev committed Sep 25, 2024
1 parent 9c55a97 commit 54154cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/rancher/resource-quota.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ description: ResourceQuota allows administrators to set resource limits per name
In Harvester, ResourceQuota can define usage limits for the following resources:
- **CPU:** Limits compute resource usage, including CPU cores and CPU time.
- **Memory:** Limits the usage of memory resources in bytes or other recognizable memory units.
- **Storage:** Limits the usage of storage resources.

## Set ResourceQuota via Rancher
In the Rancher UI, administrators can configure resource quotas for namespaces through the following steps:
Expand All @@ -35,6 +36,13 @@ You can configure the **Namespace** limits as follows:
1. Specify the desired namespace **Name**, and adjust the limits.
1. Complete the process by selecting **Create**.
![](/img/v1.2/rancher/create-namespace.png)

:::note
Please note that the provisioning of VMs for guest clusters is rejected if
the resource quotas are reached. Rancher responds by retrying to create a
new machine in a loop. This results in a temporary transient error in the
cluster that is not recorded as the machine is deleted and recreated.
:::

## Overhead memory of virtual machine
Upon creating a virtual machine (VM), the VM controller seamlessly incorporates overhead resources into the VM's configuration. These additional resources intend to guarantee the consistent and uninterrupted functioning of the VM. It's important to note that configuring memory limits requires a higher memory reservation due to the inclusion of these overhead resources.
Expand Down

0 comments on commit 54154cf

Please sign in to comment.