@@ -325,21 +325,21 @@ func preCreateHost(config *cfg.MachineConfig) {
325
325
console .Warning (`The kvm driver is deprecated and support for it will be removed in a future release.
326
326
Please consider switching to the kvm2 driver, which is intended to replace the kvm driver.
327
327
See https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm2-driver for more information.
328
- To disable this message, run [minikube config set WantShowDriverDeprecationNotification false]` )
328
+ To disable this message, run [minikube config set ShowDriverDeprecationNotification false]` )
329
329
}
330
330
case "xhyve" :
331
331
if viper .GetBool (cfg .ShowDriverDeprecationNotification ) {
332
332
console .Warning (`The xhyve driver is deprecated and support for it will be removed in a future release.
333
333
Please consider switching to the hyperkit driver, which is intended to replace the xhyve driver.
334
334
See https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperkit-driver for more information.
335
- To disable this message, run [minikube config set WantShowDriverDeprecationNotification false]` )
335
+ To disable this message, run [minikube config set ShowDriverDeprecationNotification false]` )
336
336
}
337
337
case "vmwarefusion" :
338
338
if viper .GetBool (cfg .ShowDriverDeprecationNotification ) {
339
339
console .Warning (`The vmwarefusion driver is deprecated and support for it will be removed in a future release.
340
340
Please consider switching to the new vmware unified driver, which is intended to replace the vmwarefusion driver.
341
341
See https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#vmware-unified-driver for more information.
342
- To disable this message, run [minikube config set WantShowDriverDeprecationNotification false]` )
342
+ To disable this message, run [minikube config set ShowDriverDeprecationNotification false]` )
343
343
}
344
344
}
345
345
}
0 commit comments