Commit 5190f1e5 authored by Vũ Hoàng Nam's avatar Vũ Hoàng Nam

Add guide for connect Minikube Ingress to MacOS

parent 1ce29985
......@@ -12,6 +12,14 @@ kubectl create secret tls web-app-tls --cert=tls.crt --key=tls.key
```
##### Connect from MacOS to Minikube Ingress Addons
<<<<<<< HEAD
=======
# Install via Homebrew
$ brew install chipmk/tap/docker-mac-net-connect
# Run the service and register it to launch at boot
$ sudo brew services start chipmk/tap/docker-mac-net-connect
>>>>>>> 776c692 (Add guide for connect Minikube Ingress to MacOS)
```
# Install via Homebrew
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment