Update auto-generated docs and translations

pull/21784/head
minikube-bot 2025-10-22 18:44:46 +00:00
parent 4d35aefea7
commit 45c4883963
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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