You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: