Skip to content

Commit d328276

Browse files
authored
Update k8s-best-practices-requests-limits.adoc
1 parent f2dd45c commit d328276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/k8s-best-practices-requests-limits.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Kubernetes provides mechanisms for defining resource usage per container:
55

66
***Requests:*** The guaranteed minimum amount of a resource (e.g., CPU, memory). Used by the scheduler.
7+
78
***Limits:*** The maximum amount a container is allowed to consume. Enforced by the kubelet.
8-
***Quotas:*** Enforce aggregate resource usage at the namespace/project level to prevent resource overuse.
99

10-
See: OpenShift Resource Quotas Per Project
10+
***Quotas:*** Enforce aggregate resource usage at the namespace/project level to prevent resource overuse.
1111

1212
See link:https://docs.openshift.com/container-platform/latest/applications/quotas/quotas-setting-per-project.html[OpenShift Resource Quotas per Project].
1313

0 commit comments

Comments
 (0)