diff --git a/pkg/localkube/controller-manager.go b/pkg/localkube/controller-manager.go index 6ca09c76e6..a24510e1d3 100644 --- a/pkg/localkube/controller-manager.go +++ b/pkg/localkube/controller-manager.go @@ -34,6 +34,7 @@ func StartControllerManagerServer(lk LocalkubeServer) func() error { config.DeletingPodsQps = 0.1 config.DeletingPodsBurst = 10 config.EnableProfiling = true + config.VolumeConfiguration.EnableHostPathProvisioning = true config.ServiceAccountKeyFile = lk.GetPrivateKeyCertPath() config.RootCAFile = lk.GetCAPublicKeyCertPath()