We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237298b commit b5a66feCopy full SHA for b5a66fe
content/ja/docs/concepts/storage/storage-capacity.md
@@ -31,6 +31,7 @@ weight: 45
31
- `CSIStorageCapacity`フィーチャーゲートがtrueである
32
- Podがまだ作成されていないボリュームを使用する時
33
- そのボリュームが、CSIドライバーを参照し、[volume binding mode](/docs/concepts/storage/storage-classes/#volume-binding-mode)に`WaitForFirstConsumer`を使う{{< glossary_tooltip text="StorageClass" term_id="storage-class" >}}を使用している
34
+- ドライバーに対する`CSIDriver`オブジェクトの`StorageCapacity`がtrueに設定されている
35
36
その場合、スケジューラーはPodに対して、十分なストレージ容量が利用できるノードだけを考慮するようになります。このチェックは非常に単純で、ボリュームのサイズと、`CSIStorageCapacity`オブジェクトに一覧された容量を、ノードを含むトポロジーで比較するだけです。
37
0 commit comments