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
2020* The container CPU or memory request and limit must be greater than or equal to the
2121`min` resource constraint for containers that are specified in the `LimitRange` object.
2222
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
2424`max` resource constraint for containers that are specified in the `LimitRange` object.
2525+
2626If the `LimitRange` object defines a `max` CPU, you do not need to define a CPU
8888A limit range allows you to specify the minimum and maximum CPU and memory limits for all containers
8989across a pod in a given project. To create a container in the project, the container CPU and memory
9090requests 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.
9292
9393If the `Pod` spec does not specify a container resource memory or limit,
9494the `default` or `defaultRequest` CPU and memory values for containers
You can’t perform that action at this time.
0 commit comments