Merge pull request #11572 from JacekDuszenko/move-ingress-dns-docs-to-site

doc: Move ingress dns docs to site
pull/11629/head
Medya Ghazizadeh 2021-06-10 15:32:55 -04:00 committed by GitHub
commit a2db6a95b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -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)