Trivial fix: Correct some spelling errors
Small modification to correct spelling mistake.pull/3362/head
parent
36631fa2fd
commit
5d3265f2d2
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue