Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/content/en/docs/contrib/errorcodes.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ minikube failed to locate specified driver
minikube could not find a valid driver

"DRV_AUX_NOT_FOUND" (Exit code ExDriverNotFound)
aux drivers (kvm or hyperkit) were not found
aux drivers (hyperkit) were not found

"DRV_AUX_NOT_HEALTHY" (Exit code ExDriverError)
aux drivers (kvm or hyperkit) were found but not healthy
aux drivers (hyperkit) were found but not healthy

"DRV_NOT_HEALTHY" (Exit code ExDriverNotFound)
minikube found drivers but none were ready to use
Expand Down
3 changes: 0 additions & 3 deletions site/content/en/docs/contrib/tests.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ makes sure the MINIKUBE_FORCE_SYSTEMD environment variable works just as well as
## TestDockerEnvContainerd
makes sure that minikube docker-env command works when the runtime is containerd

## TestKVMDriverInstallOrUpdate
makes sure our docker-machine-driver-kvm2 binary can be installed properly

## TestHyperKitDriverInstallOrUpdate
makes sure our docker-machine-driver-hyperkit binary can be installed properly

Expand Down