revert unused code

pull/13762/head
Sharif Elgamal 2022-05-03 21:50:17 -07:00
parent 930427f847
commit 8799ed8b4d
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ func configure(cfg config.ClusterConfig, n config.Node) (interface{}, error) {
d.DiskSize = cfg.DiskSize
d.SSHUser = "docker"
d.DisableDynamicMemory = true // default to disable dynamic memory as minikube is unlikely to work properly with dynamic memory
d.Generation = 2
return d, nil
}