Add NOTE about dns resolution with docker driver to accessing docs
parent
3a72db70b2
commit
4912cf1cc6
|
|
@ -123,6 +123,8 @@ Each service will get its own external ip.
|
|||
|
||||
If you are on macOS, the tunnel command also allows DNS resolution for Kubernetes services from the host.
|
||||
|
||||
NOTE: docker driver doesn't suport DNS resolution
|
||||
|
||||
### Cleaning up orphaned routes
|
||||
|
||||
If the `minikube tunnel` shuts down in an abrupt manner, it may leave orphaned network routes on your system. If this happens, the ~/.minikube/tunnels.json file will contain an entry for that tunnel. To remove orphaned routes, run:
|
||||
|
|
|
|||
Loading…
Reference in New Issue