You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install_config/configuring_local.adoc
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,12 @@ With this configuration the provisioner creates:
130
130
* One PV with StorageClass `local-ssd` for every subdirectory in *_/mnt/local-storage/ssd_*.
131
131
* One PV with StorageClass `local-hdd` for every subdirectory in *_/mnt/local-storage/hdd_*.
132
132
133
+
The `LocalPersistentVolumes` alpha feature now also requires the `VolumeScheduling` alpha feature. This is a breaking change, and the following changes are required:
134
+
135
+
* The `VolumeScheduling` feature gate must also be enabled on kube-scheduler and kube-controller-manager components.
136
+
* The `NoVolumeNodeConflict` predicate has been removed. For non-default schedulers, update your scheduler policy.
137
+
* The `CheckVolumeBinding` predicate must be enabled in non-default schedulers.
0 commit comments