Update content/ja/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Ryuichiroh Ikeuchi
2021-01-19 12:53:21 +09:00
committed by GitHub
parent eb788d0964
commit ff8a41b302
@@ -180,7 +180,7 @@ Podの詳細情報を見ます
kubectl get pod constraints-mem-demo-4 --namespace=constraints-mem-example --output=yaml
```
出力を見ると、Podのコンテナのメモリ要求は1GiB、メモリ制限は1GiBであることがわかります。
出力を見ると、Podのコンテナのメモリ要求は1GiB、メモリ制限は1GiBであることがわかります。
コンテナはどのようにしてこれらの値を取得したのでしょうか?