Skip to content

Commit 429fa11

Browse files
review fixes in configure-pod-container
Co-authored-by: caesarsage <destinyerhabor6@gmail.com> Co-authored-by: Destiny Erhabor <destinyerhabor6@gmail.com>
1 parent 6dd0559 commit 429fa11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/assign-memory-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ kubectl create namespace mem-example
6262

6363
## Specify a memory request and a memory limit
6464

65-
To specify a memory request for a Container, include the `resources.requests` field
66-
in the Container's resource manifest. To specify a memory limit, include `resources.limits`.
65+
To specify a memory request for a container, include the `resources.requests.memory` field
66+
in the container’s resource manifest. To specify a memory limit, include `resources.limits.memory`.
6767

6868
In this exercise, you create a Pod that has one Container. The Container has a memory
6969
request of 100 MiB and a memory limit of 200 MiB. Here's the configuration file

0 commit comments

Comments
 (0)