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

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
pull/25827/head
Ryuichiroh Ikeuchi 2021-01-19 12:53:21 +09:00 committed by GitHub
parent eb788d0964
commit ff8a41b302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Podの詳細情報を見ます
kubectl get pod constraints-mem-demo-4 --namespace=constraints-mem-example --output=yaml
```
出力を見ると、Podのコンテナのメモリ要求は1GiB、メモリ制限は1GiBであることがわかります。
出力を見ると、Podのコンテナのメモリ要求は1GiB、メモリ制限は1GiBであることがわかります。
コンテナはどのようにしてこれらの値を取得したのでしょうか?