Skip to content

Commit b5a66fe

Browse files
authored
Append a missing sentence
1 parent 237298b commit b5a66fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/ja/docs/concepts/storage/storage-capacity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ weight: 45
3131
- `CSIStorageCapacity`フィーチャーゲートがtrueである
3232
- Podがまだ作成されていないボリュームを使用する時
3333
- そのボリュームが、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に設定されている
3435

3536
その場合、スケジューラーはPodに対して、十分なストレージ容量が利用できるノードだけを考慮するようになります。このチェックは非常に単純で、ボリュームのサイズと、`CSIStorageCapacity`オブジェクトに一覧された容量を、ノードを含むトポロジーで比較するだけです。
3637

0 commit comments

Comments
 (0)