Enable host path provisioner
parent
f75ba05ed7
commit
b1e1b2c151
|
@ -34,6 +34,7 @@ func StartControllerManagerServer(lk LocalkubeServer) func() error {
|
||||||
config.DeletingPodsQps = 0.1
|
config.DeletingPodsQps = 0.1
|
||||||
config.DeletingPodsBurst = 10
|
config.DeletingPodsBurst = 10
|
||||||
config.EnableProfiling = true
|
config.EnableProfiling = true
|
||||||
|
config.VolumeConfiguration.EnableHostPathProvisioning = true
|
||||||
config.ServiceAccountKeyFile = lk.GetPrivateKeyCertPath()
|
config.ServiceAccountKeyFile = lk.GetPrivateKeyCertPath()
|
||||||
config.RootCAFile = lk.GetCAPublicKeyCertPath()
|
config.RootCAFile = lk.GetCAPublicKeyCertPath()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue