Trivial fix: Correct some spelling errors

Small modification to correct spelling mistake.
pull/3362/head
Nguyen Hai Truong 2018-11-12 23:48:07 -08:00 committed by dlorenc
parent 36631fa2fd
commit 5d3265f2d2
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ If you encountered errors like `Could not find hyperkit executable`, you might n
If you are using [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) in your setup and cluster creation fails (stuck at kube-dns initialization) you might need to add `listen-address=192.168.64.1` to `dnsmasq.conf`.
*Note: If `dnsmasq.conf` contains `listen-address=127.0.0.1` kubernetes discovers dns at 127.0.0.1:53 and tries to use it using bridge ip address, but dnsmasq replies only to reqests from 127.0.0.1*
*Note: If `dnsmasq.conf` contains `listen-address=127.0.0.1` kubernetes discovers dns at 127.0.0.1:53 and tries to use it using bridge ip address, but dnsmasq replies only to requests from 127.0.0.1*
#### xhyve driver

View File

@ -136,7 +136,7 @@ for service in services:
sleep
```
Note that the Minikube ClusterIP can change over time (during system reboots) and this loop should also handle reconcilliation of those changes.
Note that the Minikube ClusterIP can change over time (during system reboots) and this loop should also handle reconciliation of those changes.
## Handling multiple clusters