diff --git a/deploy/addons/ingress-dns/README.md b/site/content/en/docs/handbook/addons/ingress-dns.md similarity index 97% rename from deploy/addons/ingress-dns/README.md rename to site/content/en/docs/handbook/addons/ingress-dns.md index 145d67b374..84eb968468 100644 --- a/deploy/addons/ingress-dns/README.md +++ b/site/content/en/docs/handbook/addons/ingress-dns.md @@ -1,6 +1,9 @@ -# Minikube Ingress DNS -![Build Status](https://gitlab.com/cryptexlabs/public/development/minikube-ingress-dns/badges/master/pipeline.svg) - +--- +title: "Ingress DNS" +linkTitle: "Minikube Ingress DNS" +weight: 1 +date: 2021-06-03 +--- DNS service for ingress controllers running on your minikube server ## Overview @@ -172,7 +175,7 @@ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.pli ## TODO - Add a service that runs on the host OS which will update the files in `/etc/resolver` automatically - Start this service when running `minikube addons enable ingress-dns` and stop the service when running -`minikube addons disable ingress-dns` + `minikube addons disable ingress-dns` ## Contributors - [Josh Woodcock](https://github.com/woodcockjosh)