update site

pull/7860/head
Medya Gh 2020-04-22 17:43:10 -07:00
parent 506fae8abe
commit f666d923ea
1 changed files with 6 additions and 5 deletions

View File

@ -23,9 +23,11 @@ minikube start supports additional hyperkit specific flags:
## Issues
## HyperKit upgrade
In some cases upgrading hyperkit and ensuring the right version is in the path, could solve start issues.
The latest version could be found (here)[https://github.com/moby/hyperkit/releases], you can check your current HyperKit version by.
### old hyperkit version
In start issues with hyperkit driver, upgrading hyperkit and ensuring the upgraded version is in the path, could solve the problem.
The latest version of hyperkit could be found [here](https://github.com/moby/hyperkit/releases).
You can check your current version by:
```
hyperkit -v
@ -33,7 +35,7 @@ hyperkit -v
To upgrade try:
```
brew upgrade
brew upgrade hyperkit
```
To verify your hyperkit version please run;
@ -41,7 +43,6 @@ To verify your hyperkit version please run;
hyperkit -v
```
### Local DNS server conflict
If you are using `dnsmasq` and `minikube` fails, add `listen-address=192.168.64.1` to dnsmasq.conf.