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
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であることがわかります。
|
||||
コンテナはどのようにしてこれらの値を取得したのでしょうか?
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue