Skip to content
Snippets Groups Projects
Commit 1ce1d633 authored by kaiyou's avatar kaiyou
Browse files

Enable dynamic volume provisioning

parent 9b745878
No related branches found
No related tags found
No related merge requests found
Pipeline #30529 failed
......@@ -295,7 +295,7 @@ var kubeControllerManager = &Unit{
ClassInformer: clients.Informer.Storage().V1().StorageClasses(),
PodInformer: clients.Informer.Core().V1().Pods(),
NodeInformer: clients.Informer.Core().V1().Nodes(),
EnableDynamicProvisioning: false,
EnableDynamicProvisioning: true,
VolumePlugins: bindable,
FilteredDialOptions: &dialOptions,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment