disable bail on qemu service

pull/14890/head
klaases 2022-08-30 14:57:42 -07:00
parent 68a51d8a83
commit ef31fc272c
1 changed files with 0 additions and 5 deletions

View File

@ -86,11 +86,6 @@ var serviceCmd = &cobra.Command{
cname := ClusterFlagValue()
co := mustload.Healthy(cname)
// Bail cleanly for qemu2 until implemented
if driver.IsQEMU(co.Config.Driver) {
exit.Message(reason.Unimplemented, "minikube service is not currently implemented with the qemu2 driver. See https://github.com/kubernetes/minikube/issues/14146 for details.")
}
var services service.URLs
services, err := service.GetServiceURLs(co.API, co.Config.Name, namespace, serviceURLTemplate)
if err != nil {