Merge pull request #16579 from joebowbeer/patch-1

docs: fix typo in ingress-dns.md
pull/16623/head
Steven Powell 2023-06-02 10:54:52 -07:00 committed by GitHub
commit 894b36e9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ can. The `ingress-dns` addon acts as a DNS service that runs inside your Kuberne
install the service and add the `minikube ip` as a DNS server on your host machine. Each time the DNS service is
queried, an API call is made to the Kubernetes master service for a list of all the ingresses. If a match is found for
the name, a response is given with an IP address matching `minikube ip`. For example, with a `minikube ip` of
`192.168.99.106` and an ingress rule for `myservice.test` configured in the cluster, a DNS query from the host would
`192.168.99.169` and an ingress rule for `myservice.test` configured in the cluster, a DNS query from the host would
produce:
```text