Skip to content

Commit

Permalink
Update memory-constraint-namespace.md (#10530)
Browse files Browse the repository at this point in the history
update memory request to 100MiB corresponding the yaml content
  • Loading branch information
erganzi authored and k8s-ci-robot committed Oct 9, 2018
1 parent e43029b commit 2720292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pods "constraints-mem-demo-2" is forbidden: maximum memory usage per Container i
## Attempt to create a Pod that does not meet the minimum memory request

Here's the configuration file for a Pod that has one Container. The Container specifies a
memory request of 200 MiB and a memory limit of 800 MiB.
memory request of 100 MiB and a memory limit of 800 MiB.

{{< codenew file="admin/resource/memory-constraints-pod-3.yaml" >}}

Expand Down

0 comments on commit 2720292

Please sign in to comment.