add VolumeCapacityPriority feature gate

Co-authored-by: Wei Huang <weih@hey.com>
This commit is contained in:
Yecheng Fu
2021-02-25 16:23:47 +08:00
parent a65f9ac6f4
commit 2b18c86f24
2 changed files with 9 additions and 1 deletions
@@ -145,7 +145,12 @@ extension points:
Extension points: `Score`.
- `VolumeBinding`: Checks if the node has or if it can bind the requested
{{< glossary_tooltip text="volumes" term_id="volume" >}}.
Extension points: `PreFilter`, `Filter`, `Reserve`, `PreBind`.
Extension points: `PreFilter`, `Filter`, `Reserve`, `PreBind`, `Score`.
{{< note >}}
`Score` extension point is enabled when `VolumeCapacityPriority` feature is
enabled. It prioritizes the smallest PVs that can fit the requested volume
size.
{{< /note >}}
- `VolumeRestrictions`: Checks that volumes mounted in the node satisfy
restrictions that are specific to the volume provider.
Extension points: `Filter`.