trim `minikube delete` suggestion

pull/14765/head
klaases 2022-09-09 15:00:43 -07:00
parent 8bfc23632c
commit e9698c94a8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ minikube start --driver=qemu
minikube start supports some qemu specific flags:
* **`--qemu-firmware-path`**: The path to the firmware image to be used.
* Note: while the flag should override the config, if the flag does not take effect try running `minikube delete --all --purge`.
* Note: while the flag should override the config, if the flag does not take effect try running `minikube delete`.
* MacPorts: if you are installing [minikube](https://ports.macports.org/port/minikube/) and [qemu](https://ports.macports.org/port/qemu/) via MacPorts on a Mac with M1, use the following flag: `--qemu-firmware-path=/opt/local/share/qemu/edk2-aarch64-code.fd`
## Issues