Skip to content

Commit a2db6a9

Browse files
authored
Merge pull request #11572 from JacekDuszenko/move-ingress-dns-docs-to-site
doc: Move ingress dns docs to site
2 parents 96863f9 + a8fe445 commit a2db6a9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

deploy/addons/ingress-dns/README.md renamed to site/content/en/docs/handbook/addons/ingress-dns.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Minikube Ingress DNS
2-
![Build Status](https://gitlab.com/cryptexlabs/public/development/minikube-ingress-dns/badges/master/pipeline.svg)
3-
1+
---
2+
title: "Ingress DNS"
3+
linkTitle: "Minikube Ingress DNS"
4+
weight: 1
5+
date: 2021-06-03
6+
---
47
DNS service for ingress controllers running on your minikube server
58

69
## Overview
@@ -172,7 +175,7 @@ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.pli
172175
## TODO
173176
- Add a service that runs on the host OS which will update the files in `/etc/resolver` automatically
174177
- Start this service when running `minikube addons enable ingress-dns` and stop the service when running
175-
`minikube addons disable ingress-dns`
178+
`minikube addons disable ingress-dns`
176179

177180
## Contributors
178181
- [Josh Woodcock](https://github.com/woodcockjosh)

0 commit comments

Comments
 (0)