File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ the container CPU and memory requests in the `Pod` spec must comply with the val
20
20
* The container CPU or memory request and limit must be greater than or equal to the
21
21
`min` resource constraint for containers that are specified in the `LimitRange` object.
22
22
23
- * The container CPU or memory request must be less than or equal to the
23
+ * The container CPU or memory request and limit must be less than or equal to the
24
24
`max` resource constraint for containers that are specified in the `LimitRange` object.
25
25
+
26
26
If the `LimitRange` object defines a `max` CPU, you do not need to define a CPU
88
88
A limit range allows you to specify the minimum and maximum CPU and memory limits for all containers
89
89
across a pod in a given project. To create a container in the project, the container CPU and memory
90
90
requests in the `Pod` spec must comply with the values set in the `LimitRange` object. If not,
91
- the pod does not get created.
91
+ the pod does not get created.
92
92
93
93
If the `Pod` spec does not specify a container resource memory or limit,
94
94
the `default` or `defaultRequest` CPU and memory values for containers
You can’t perform that action at this time.
0 commit comments