move ingress dns docs to site
parent
47dbbd58f0
commit
a8fe445fac
|
@ -1,6 +1,9 @@
|
|||
# Minikube Ingress DNS
|
||||

|
||||
|
||||
---
|
||||
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)
|
Loading…
Reference in New Issue