add titles for each troubleshooting
parent
daef3ce1f7
commit
a3cafb0b80
|
@ -29,26 +29,24 @@ If you are using `dnsmasq` and `minikube` fails, add `listen-address=192.168.64.
|
|||
|
||||
If you are running other DNS servers, shut them off or specify an alternative bind address.
|
||||
|
||||
### Upgrading HyperKit
|
||||
|
||||
New updates to macOS often require an updated hyperkit driver. To upgrade:
|
||||
|
||||
* If Docker for Desktop is installed, click on icon in your menu bar and select `Check for updates...`
|
||||
* If you have Brew Package Manager, run: `brew upgrade hyperkit`
|
||||
* As a final alternative, you install the latest HyperKit from [GitHub](https://github.com/moby/hyperkit/releases)
|
||||
|
||||
To check your current version:
|
||||
|
||||
`hyperkit -v`
|
||||
|
||||
* if the version didn't change after upgrading verify the correct hyperkit is in the path. run: `which hyperkit`
|
||||
|
||||
|
||||
### Other
|
||||
|
||||
* [Full list of open 'hyperkit' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fhyperkit)
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
* Run `docker-machine-driver-hyperkit version` to make sure the version matches minikube
|
||||
* Run `minikube start --alsologtostderr -v=7` to debug crashes
|
||||
|
||||
### Run with logs
|
||||
Run `minikube start --alsologtostderr -v=7` to debug crashes
|
||||
|
||||
### Upgrade HyperKit
|
||||
New updates to macOS often require an updated hyperkit driver. To upgrade:
|
||||
|
||||
* If Docker for Desktop is installed, click on icon in your menu bar and select `Check for updates...`
|
||||
* If you have Brew Package Manager, run: `brew upgrade hyperkit`
|
||||
* As a final alternative, you install the latest HyperKit from [GitHub](https://github.com/moby/hyperkit/releases)
|
||||
* To check your current version, run: `hyperkit -v`
|
||||
* If the version didn't change after upgrading verify the correct HyperKit is in the path. run: `which hyperkit`
|
||||
|
||||
### Check driver version
|
||||
Run `docker-machine-driver-hyperkit version` to make sure the version matches minikube
|
||||
|
|
Loading…
Reference in New Issue