From a416013fb65391bcd7035dcbdec297b6cfb1479f Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Mon, 28 Jun 2021 10:58:26 +0300 Subject: [PATCH] Update project-quotas.md --- content/en/docs/workspace-administration/project-quotas.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/workspace-administration/project-quotas.md b/content/en/docs/workspace-administration/project-quotas.md index ee3d200b1..9c4503af5 100644 --- a/content/en/docs/workspace-administration/project-quotas.md +++ b/content/en/docs/workspace-administration/project-quotas.md @@ -6,7 +6,7 @@ linkTitle: "Project Quotas" weight: 9600 --- -KubeSphere uses requests and limits to control resource (for example, CPU and memory) usage in a project, also known as [ResourceQuotas](https://kubernetes.io/docs/concepts/policy/resource-quotas/) in Kubernetes. Requests make sure a project can get the resources it needs as they are specifically guaranteed and reserved. On the contrary, limits ensure that a project can never use resources above a certain value. +KubeSphere uses [Kubernetes requests and limits](https://kubesphere.io/blogs/understand-requests-and-limits-in-kubernetes/) to control resource (for example, CPU and memory) usage in a project, also known as [ResourceQuotas](https://kubernetes.io/docs/concepts/policy/resource-quotas/) in Kubernetes. Requests make sure a project can get the resources it needs as they are specifically guaranteed and reserved. On the contrary, limits ensure that a project can never use resources above a certain value. Besides CPU and memory, you can also set resource quotas for other objects separately such as Pods, [Deployments](../../project-user-guide/application-workloads/deployments/), [Jobs](../../project-user-guide/application-workloads/jobs/), [Services](../../project-user-guide/application-workloads/services/) and [ConfigMaps](../../project-user-guide/configuration/configmaps/) in a project. @@ -28,7 +28,8 @@ If you use the account `project-admin` (an account of the `admin` role at the pr ![project-quotas](/images/docs/workspace-administration/project-quotas/project-quotas.png) -2. In the dialog that appears, you can see that KubeSphere does not set any requests or limits for a project by default. To set requests and limits to control CPU and memory resources, use the slider to move to a desired value or enter numbers directly. Leaving a field blank means you do not set any requests or limits. +2. In the dialog that appears, you can see that KubeSphere does not set any requests or limits for a project by default. To set +limits to control CPU and memory resources, use the slider to move to a desired value or enter numbers directly. Leaving a field blank means you do not set any requests or limits. ![set-project-quotas](/images/docs/workspace-administration/project-quotas/set-project-quotas.png) @@ -58,4 +59,4 @@ If you use the account `project-admin` (an account of the `admin` role at the pr ## See Also -[Container Limit Ranges](../../project-administration/container-limit-ranges/) \ No newline at end of file +[Container Limit Ranges](../../project-administration/container-limit-ranges/)