Skip to content

Commit dc110ff

Browse files
author
Traci Morrison
authored
Merge pull request #8048 from tmorriso-rh/enterprise-3.9
[enterprise-3.9] Added local PV alpha feature
2 parents fd39b19 + 4f5dbb3 commit dc110ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install_config/configuring_local.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ With this configuration the provisioner creates:
130130
* One PV with StorageClass `local-ssd` for every subdirectory in *_/mnt/local-storage/ssd_*.
131131
* One PV with StorageClass `local-hdd` for every subdirectory in *_/mnt/local-storage/hdd_*.
132132

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.
138+
133139
[[local-volume-deployment-local-provisioner]]
134140
=== Deploy Local Provisioner
135141

0 commit comments

Comments
 (0)