Merge 6d7f04ebfd into 4c7716be2c
commit
d038c91cfa
|
|
@ -425,11 +425,7 @@ func hyperkitDeprecationWarning(driverName string) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
out.WarningT(`The 'hyperkit' driver is deprecated and will be removed in a future release.
|
out.WarningT(`The 'hyperkit' driver is deprecated and will be removed in a future release.
|
||||||
You can use alternative drivers such as 'vfkit', 'qemu', or 'docker'.
|
You can use alternative drivers: {{.drivers}}.`, out.V{"drivers": strings.Join(driver.SupportedDrivers(), ", ")})
|
||||||
https://minikube.sigs.k8s.io/docs/drivers/vfkit/
|
|
||||||
https://minikube.sigs.k8s.io/docs/drivers/qemu/
|
|
||||||
https://minikube.sigs.k8s.io/docs/drivers/docker/
|
|
||||||
`)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func validateBuiltImageVersion(r command.Runner, driverName string) {
|
func validateBuiltImageVersion(r command.Runner, driverName string) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue