Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The terminal needs to be open to run it (mac M1) #14039

Closed
sinevitch opened this issue Apr 25, 2022 · 3 comments
Closed

The terminal needs to be open to run it (mac M1) #14039

sinevitch opened this issue Apr 25, 2022 · 3 comments

Comments

@sinevitch
Copy link

sinevitch commented Apr 25, 2022

What Happened?

I'm using a new mac on an m1 processor. I run minikube through docker using the command minikube start --driver=docker.
Minicube starts up and works fine but there is one problem. When I execute the command minikube service first-app then I get this error in the console "Because you are using a Docker driver on darwin, the terminal needs to be open to run it."
Tell me how to solve this problem?

Attach the log file

kubectl get deployments

NAME READY UP-TO-DATE AVAILABLE AGE
first-app 1/1 1 1 11m

kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
first-app LoadBalancer 10.101.117.139 8080:32159/TCP 18s
kubernetes ClusterIP 10.96.0.1 443/TCP 12m

Operating System

macOS (Default)

Driver

Docker

@zhan9san
Copy link
Contributor

Hi @sinevitch

It is expected. See #13806

@sinevitch
Copy link
Author

It seems to work
#13788 (comment)

@klaases
Copy link
Contributor

klaases commented Jun 29, 2022

Hi @sinevitch, thanks for your confirmation, closing out for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants