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
Copy file name to clipboardExpand all lines: site/content/en/docs/handbook/accessing.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,21 @@ minikube service <service-name> --url
30
30
31
31
### Using `minikube service` with tunnel
32
32
33
-
The network is limited if you are using a Docker driver on darwin, Windows or WSL, and the Node IP is not reachable directly.
33
+
The network is limited if using the Docker driver on Darwin, Windows, or WSL, and the Node IP is not reachable directly.
34
34
35
-
If minikube runs on Linux with Docker driver, no tunnel will be created.
35
+
Running minikube on Linux with the Docker driver will result in no tunnel being created.
36
36
37
37
Services of type `NodePort` can be exposed via the `minikube service <service-name> --url` command. It must be run in a separate terminal window to keep the [tunnel](https://en.wikipedia.org/wiki/Port_forwarding#Local_port_forwarding) open. Ctrl-C in the terminal can be used to terminate the process at which time the network routes will be cleaned up.
@@ -67,7 +67,7 @@ Services of type `NodePort` can be exposed via the `minikube service <service-na
67
67
minikube service hello-minikube1 --url
68
68
```
69
69
70
-
`minikube service hello-minikube1 --url` runs as a process, creating a [tunnel](https://en.wikipedia.org/wiki/Port_forwarding#Local_port_forwarding) to cluster. The command exposes the service directly to any program running on the host operating system.
70
+
`minikube service hello-minikube1 --url` runs as a process, creating a [tunnel](https://en.wikipedia.org/wiki/Port_forwarding#Local_port_forwarding) to the cluster. The command exposes the service directly to any program running on the host operating system.
71
71
72
72
<details>
73
73
<summary>
@@ -80,7 +80,7 @@ Services of type `NodePort` can be exposed via the `minikube service <service-na
0 commit comments