Enable host path provisioner

pull/541/head
Vic Iglesias 2016-09-01 14:41:04 -07:00
parent f75ba05ed7
commit b1e1b2c151
1 changed files with 1 additions and 0 deletions

View File

@ -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()