Skip to content

Commit

Permalink
Merge pull request #15043 from spowelljr/qemuKnowIssue
Browse files Browse the repository at this point in the history
site: Add known issue to qemu documentation
  • Loading branch information
spowelljr authored Oct 3, 2022
2 parents a416e26 + 76187a3 commit 63b9bb0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions site/content/en/docs/drivers/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,17 @@ minikube start supports some qemu specific flags:
* 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
## Known Issues

* [Full list of open 'qemu' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fqemu-driver)
### 1. Start stuck with `user` network on corp machine or custom DNS

When using the `user` network (default) the guest uses **only** the first `nameserver` entry in the hosts `/etc/resolv.conf` for DNS lookup. If your first `nameserver` entry is a corporate/internal DNS it's likely it will cause an issue. If you see the warning `❗ This VM is having trouble accessing https://registry.k8s.io` on `minikube start` you are likely being affected by this. This may prevent your cluster from starting entirely and you won't be able to pull remote images. More details can be found at: [#15021](https://github.com/kubernetes/minikube/issues/15021)

##### Workarounds:
1. If possible, reorder your `/etc/resolv.conf` to have a general `nameserver` entry first (eg. `8.8.8.8`) and reboot your machine.
2. (Coming soon) Use `--network=socket_vmnet`

[Full list of open 'qemu' driver issues](https://github.com/kubernetes/minikube/labels/co%2Fqemu-driver)

## Troubleshooting

Expand Down

0 comments on commit 63b9bb0

Please sign in to comment.