Merge pull request #11572 from JacekDuszenko/move-ingress-dns-docs-to-site
doc: Move ingress dns docs to sitepull/11629/head
commit
a2db6a95b2
|
|
@ -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