-
Notifications
You must be signed in to change notification settings - Fork 43k
VolumeBinding's Score plugin in enabled by default in v1beta3 and v1 config #113705
Copy link
Copy link
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/schedulingCategorizes an issue or PR as relevant to SIG Scheduling.Categorizes an issue or PR as relevant to SIG Scheduling.
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.sig/schedulingCategorizes an issue or PR as relevant to SIG Scheduling.Categorizes an issue or PR as relevant to SIG Scheduling.
Type
Projects
Status
Needs Triage
What happened?
Followed up with @alculquicondor, VolumeBinding Score plugin is enabled only when the feature gate
VolumeCapacityPriorityis enabled:kubernetes/pkg/scheduler/apis/config/v1beta2/default_plugins.go
Lines 115 to 119 in 43a2bb4
However, with v1beta3 and v1, VolumeBinding Score plugin is no longer feature gated (although its underlying logic is).
What did you expect to happen?
We'd pursue disabling a plugin if the feature gate is disabled. Another thread: #113275 (comment)
How can we reproduce it (as minimally and precisely as possible)?
Run kube-scheduler using a v1beta3 or v1 config, without enabling
VolumeCapacityPriorityfeature gate.Anything else we need to know?
No response
Kubernetes version
Details
Cloud provider
Details
N/AOS version
Details
Install tools
Details
Container runtime (CRI) and version (if applicable)
Details
Related plugins (CNI, CSI, ...) and versions (if applicable)
Details