Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix qemu firmware path locations #14182

Merged
merged 7 commits into from
May 17, 2022

Conversation

sharifelgamal
Copy link
Collaborator

This PR figures out the location of the qemu firmware path dynamically, rather than hardcoding a version path. Note that this still requires qemu to be installed by homebrew.

This also allows x86_64 macOS machines to take advantage of hvf hardware acceleration for the qemu2 driver.

Fixes #14176

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 16, 2022
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 16, 2022
Copy link
Contributor

@klaases klaases left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sharifelgamal
Copy link
Collaborator Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label May 17, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 52.0s    | 51.5s               |
| enable ingress | 29.3s    | 29.3s               |
+----------------+----------+---------------------+

Times for minikube start: 52.0s 53.2s 51.0s 51.9s 51.9s
Times for minikube (PR 14182) start: 51.8s 51.3s 50.5s 52.1s 51.9s

Times for minikube ingress: 30.1s 30.2s 30.1s 27.2s 29.1s
Times for minikube (PR 14182) ingress: 27.2s 29.1s 30.6s 29.6s 30.1s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 25.4s    | 25.2s               |
| enable ingress | 33.9s    | 22.8s               |
+----------------+----------+---------------------+

Times for minikube start: 26.6s 24.8s 24.8s 25.2s 25.3s
Times for minikube (PR 14182) start: 25.5s 25.0s 25.4s 25.6s 24.4s

Times for minikube ingress: 21.4s 21.5s 21.9s 82.9s 21.9s
Times for minikube (PR 14182) ingress: 23.0s 23.5s 21.5s 23.0s 23.0s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 41.0s    | 33.7s               |
| enable ingress | 19.9s    | 24.7s               |
+----------------+----------+---------------------+

Times for minikube start: 34.1s 44.4s 40.0s 41.1s 45.6s
Times for minikube (PR 14182) start: 30.6s 34.0s 33.6s 40.7s 29.7s

Times for minikube ingress: 19.0s 18.0s 22.0s 22.4s 18.0s
Times for minikube (PR 14182) ingress: 22.5s 28.0s 29.0s 22.0s 21.9s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_macOS TestDownloadOnly/v1.23.6/preload-exists (gopogh) n/a
Docker_macOS TestDownloadOnlyKic (gopogh) 1.92 (chart)
Docker_Linux TestNoKubernetes/serial/StartNoArgs (gopogh) 3.03 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/DeployApp (gopogh) 35.90 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/FirstStart (gopogh) 36.71 (chart)
Hyper-V_Windows TestNetworkPlugins/group/bridge/Start (gopogh) 36.96 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (gopogh) 37.18 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/SecondStart (gopogh) 38.75 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/FirstStart (gopogh) 42.31 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/SecondStart (gopogh) 42.31 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/DeployApp (gopogh) 43.04 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 43.75 (chart)
Hyper-V_Windows TestNetworkPlugins/group/kubenet/Start (gopogh) 44.57 (chart)
Docker_macOS TestNetworkPlugins/group/custom-weave/Start (gopogh) 48.15 (chart)
Docker_Windows TestAddons/Setup (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/CertSync (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/CpCmd (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/DockerEnv/powershell (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/FileSync (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageBuild (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveDaemon (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 48.57 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

Copy link
Collaborator

@afbjorklund afbjorklund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// kvm acceleration doesn't currently work for linux, it's incompatible with our chosen CPU

Weird about the KVM, I think it was supposed to use "host" as the cpu

Also had to set "gic-version" (for the real ARM host), whatever that is.

if [ -e /dev/kvm -a "`arch`" = "x86_64" ]; then
  options="-enable-kvm"
else
  options=""
fi

if [ -e /dev/kvm -a "`arch`" = "aarch64" ]; then
  options="-enable-kvm -cpu host -machine gic-version=3"
else
  options="-cpu cortex-a53"
fi

Using -accel kvm instead makes it more similar to the other platforms.

pkg/minikube/registry/drvs/qemu2/qemu2.go Outdated Show resolved Hide resolved
@sharifelgamal
Copy link
Collaborator Author

// kvm acceleration doesn't currently work for linux, it's incompatible with our chosen CPU

Weird about the KVM, I think it was supposed to use "host" as the cpu

Also had to set "gic-version" (for the real ARM host), whatever that is.

if [ -e /dev/kvm -a "`arch`" = "x86_64" ]; then
  options="-enable-kvm"
else
  options=""
fi

if [ -e /dev/kvm -a "`arch`" = "aarch64" ]; then
  options="-enable-kvm -cpu host -machine gic-version=3"
else
  options="-cpu cortex-a53"
fi

Using -accel kvm instead makes it more similar to the other platforms.

Adding gic-version=3 was the trick. I had tried making the CPU host, but that had thrown all sorts of errors i wasn't prepared to debug. kvm acceleration works now.

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 52.1s    | 52.0s               |
| enable ingress | 28.4s    | 29.9s               |
+----------------+----------+---------------------+

Times for minikube ingress: 29.0s 26.6s 30.1s 29.6s 26.6s
Times for minikube (PR 14182) ingress: 30.1s 29.5s 30.6s 30.1s 29.1s

Times for minikube start: 53.3s 50.9s 50.4s 54.9s 51.1s
Times for minikube (PR 14182) start: 51.3s 55.0s 49.3s 52.4s 51.9s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14182) |
+-------------------+----------+---------------------+
| minikube start    | 26.0s    | 24.6s               |
| ⚠️  enable ingress | 22.1s    | 46.7s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 30.8s 25.0s 24.7s 24.8s 24.7s
Times for minikube (PR 14182) start: 23.9s 25.1s 24.7s 24.3s 25.1s

Times for minikube ingress: 22.9s 22.5s 21.9s 21.9s 21.4s
Times for minikube (PR 14182) ingress: 21.9s 23.0s 82.9s 22.5s 83.0s

docker driver with containerd runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14182) |
+-------------------+----------+---------------------+
| minikube start    | 35.6s    | 30.8s               |
| ⚠️  enable ingress | 20.5s    | 26.5s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 34.2s 40.8s 29.9s 28.3s 44.7s
Times for minikube (PR 14182) start: 29.0s 31.6s 29.2s 31.9s 32.6s

Times for minikube (PR 14182) ingress: 52.4s 18.9s 22.4s 19.9s 18.9s
Times for minikube ingress: 17.9s 21.9s 22.4s 22.5s 17.9s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_macOS TestDownloadOnly/v1.23.6/preload-exists (gopogh) n/a
Docker_macOS TestFunctional/parallel/MountCmd/any-port (gopogh) 0.00 (chart)
Docker_macOS TestAddons/Setup (gopogh) 0.96 (chart)
Docker_macOS TestBinaryMirror (gopogh) 0.96 (chart)
Docker_macOS TestErrorSpam/setup (gopogh) 0.96 (chart)
Docker_macOS TestDownloadOnlyKic (gopogh) 1.92 (chart)
Docker_Linux_containerd TestNoKubernetes/serial/StartNoArgs (gopogh) 10.20 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/DeployApp (gopogh) 29.49 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/FirstStart (gopogh) 29.49 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/SecondStart (gopogh) 30.77 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (gopogh) 34.15 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/DeployApp (gopogh) 35.90 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/FirstStart (gopogh) 36.71 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (gopogh) 37.18 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/SecondStart (gopogh) 38.75 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithK8s (gopogh) 46.74 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (gopogh) 55.13 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/DeployApp (gopogh) 56.25 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/FirstStart (gopogh) 56.25 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/SecondStart (gopogh) 56.79 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/kindnet/DNS (gopogh) 57.89 (chart)
Docker_Linux TestNetworkPlugins/group/calico/Start (gopogh) 67.00 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 71.60 (chart)
Docker_Linux TestNetworkPlugins/group/bridge/DNS (gopogh) 74.23 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 76.47 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/bridge/DNS (gopogh) 79.07 (chart)
Docker_macOS TestDownloadOnly/v1.16.0/preload-exists (gopogh) 99.04 (chart)
Hyper-V_Windows TestMultiNode/serial/PingHostFrom2Pods (gopogh) 100.00 (chart)
Hyper-V_Windows TestMultiNode/serial/RestartKeepsNodes (gopogh) 100.00 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

pkg/drivers/qemu/qemu.go Show resolved Hide resolved
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afbjorklund, klaases, sharifelgamal, spowelljr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [afbjorklund,sharifelgamal,spowelljr]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 51.0s    | 51.0s               |
| enable ingress | 27.9s    | 26.9s               |
+----------------+----------+---------------------+

Times for minikube start: 53.5s 50.2s 50.6s 50.5s 49.9s
Times for minikube (PR 14182) start: 50.4s 51.3s 51.2s 51.8s 50.2s

Times for minikube ingress: 28.6s 28.5s 30.0s 25.5s 27.0s
Times for minikube (PR 14182) ingress: 26.5s 26.0s 29.5s 26.6s 25.6s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 25.0s    | 24.5s               |
| enable ingress | 23.6s    | 22.7s               |
+----------------+----------+---------------------+

Times for minikube start: 26.5s 24.4s 24.6s 24.3s 25.3s
Times for minikube (PR 14182) start: 24.8s 25.2s 24.8s 23.7s 23.9s

Times for minikube (PR 14182) ingress: 25.9s 20.9s 22.9s 20.9s 22.9s
Times for minikube ingress: 26.9s 22.0s 22.4s 23.9s 22.9s

docker driver with containerd runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14182) |
+-------------------+----------+---------------------+
| minikube start    | 29.3s    | 33.5s               |
| ⚠️  enable ingress | 23.9s    | 29.6s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube ingress: 22.4s 23.4s 32.5s 22.4s 18.9s
Times for minikube (PR 14182) ingress: 22.4s 21.9s 53.5s 17.9s 32.4s

Times for minikube start: 29.6s 28.5s 28.2s 28.7s 31.6s
Times for minikube (PR 14182) start: 27.4s 39.4s 28.6s 43.4s 28.6s

@sharifelgamal sharifelgamal merged commit e2aefcb into kubernetes:master May 17, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 51.7s    | 51.7s               |
| enable ingress | 29.4s    | 29.1s               |
+----------------+----------+---------------------+

Times for minikube (PR 14182) start: 52.3s 51.9s 51.2s 50.9s 52.0s
Times for minikube start: 52.4s 51.2s 51.6s 51.2s 52.1s

Times for minikube ingress: 29.1s 30.1s 29.1s 29.1s 29.6s
Times for minikube (PR 14182) ingress: 28.6s 30.1s 27.1s 30.1s 29.7s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14182) |
+----------------+----------+---------------------+
| minikube start | 26.2s    | 25.1s               |
| enable ingress | 35.7s    | 22.2s               |
+----------------+----------+---------------------+

Times for minikube (PR 14182) start: 24.9s 25.7s 24.2s 25.3s 25.3s
Times for minikube start: 30.9s 25.2s 25.9s 24.1s 24.9s

Times for minikube ingress: 26.5s 82.9s 23.0s 24.0s 21.9s
Times for minikube (PR 14182) ingress: 21.5s 22.0s 22.5s 23.0s 22.0s

docker driver with containerd runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14182) |
+-------------------+----------+---------------------+
| minikube start    | 36.6s    | 30.6s               |
| ⚠️  enable ingress | 20.0s    | 31.2s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube (PR 14182) start: 29.6s 29.0s 32.5s 32.7s 29.3s
Times for minikube start: 35.3s 29.9s 44.1s 30.1s 43.6s

Times for minikube ingress: 18.9s 22.4s 18.0s 22.5s 17.9s
Times for minikube (PR 14182) ingress: 22.4s 32.4s 28.9s 18.9s 53.5s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux TestNoKubernetes/serial/Start (gopogh) 1.00 (chart)
Docker_Linux TestNoKubernetes/serial/Stop (gopogh) 1.00 (chart)
Docker_Linux_containerd TestStoppedBinaryUpgrade/Upgrade (gopogh) 9.73 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 11.11 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_Linux TestFunctional/serial/ComponentHealth (gopogh) 36.00 (chart)
Docker_Windows TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (gopogh) 53.85 (chart)
Docker_Windows TestStartStop/group/embed-certs/serial/SecondStart (gopogh) 53.85 (chart)
Docker_Windows TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 53.85 (chart)
Docker_Windows TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (gopogh) 53.85 (chart)
Docker_Windows TestNoKubernetes/serial/Start (gopogh) 58.25 (chart)
Docker_Linux TestNetworkPlugins/group/custom-weave/Start (gopogh) 59.00 (chart)
Docker_Linux TestNetworkPlugins/group/kindnet/DNS (gopogh) 60.34 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/DNS (gopogh) 65.22 (chart)
Docker_Windows TestStartStop/group/embed-certs/serial/Pause (gopogh) 65.38 (chart)
Docker_Linux TestNetworkPlugins/group/calico/Start (gopogh) 67.00 (chart)
Docker_Linux TestNetworkPlugins/group/bridge/DNS (gopogh) 74.23 (chart)
Docker_Linux TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 74.75 (chart)
Docker_Linux TestNetworkPlugins/group/kubenet/DNS (gopogh) 76.29 (chart)
Docker_Windows TestFunctional/parallel/ServiceCmd (gopogh) 100.00 (chart)
Docker_Windows TestNetworkPlugins/group/cilium/Start (gopogh) 100.00 (chart)
Docker_Windows TestSkaffold (gopogh) 100.00 (chart)

To see the flake rates of all tests by environment, click here.

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Windows TestNetworkPlugins/group/kindnet/DNS (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/embed-certs/serial/Pause (gopogh) 3.26 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 11.11 (chart)
Hyper-V_Windows TestNetworkPlugins/group/flannel/Start (gopogh) 21.74 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_Windows TestPause/serial/Pause (gopogh) 29.41 (chart)
Hyper-V_Windows TestNetworkPlugins/group/bridge/Start (gopogh) 36.96 (chart)
Docker_Windows TestNetworkPlugins/group/kubenet/DNS (gopogh) 43.75 (chart)
Hyper-V_Windows TestNetworkPlugins/group/kubenet/Start (gopogh) 44.57 (chart)
Docker_Windows TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 45.65 (chart)
Docker_Windows TestForceSystemdFlag (gopogh) 51.43 (chart)
Docker_Windows TestNetworkPlugins/group/false/Start (gopogh) 52.38 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/kindnet/DNS (gopogh) 57.89 (chart)
Docker_Windows TestNoKubernetes/serial/Start (gopogh) 58.25 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/calico/Start (gopogh) 71.60 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 76.47 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/bridge/DNS (gopogh) 79.07 (chart)
Docker_Windows TestFunctional/parallel/ServiceCmd (gopogh) 100.00 (chart)
Docker_Windows TestNetworkPlugins/group/cilium/Start (gopogh) 100.00 (chart)
Docker_Windows TestSkaffold (gopogh) 100.00 (chart)
Hyper-V_Windows TestMultiNode/serial/PingHostFrom2Pods (gopogh) 100.00 (chart)
Hyper-V_Windows TestMultiNode/serial/RestartKeepsNodes (gopogh) 100.00 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithStopK8s (gopogh) 100.00 (chart)
Hyper-V_Windows TestSkaffold (gopogh) 100.00 (chart)

To see the flake rates of all tests by environment, click here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mac M1 , Qemu2 Driver Not found
6 participants