Nir Soffer
Nir Soffer
When we updated to kernel 6.6.95 updating to 6.12 did not work. It may work now, providing latest features but still having long term support. It may be easier after...
Add the missing *Mount During Start* section to describe how to mount a directory when starting a cluster. This section describes the new virtiofs mounts introduced in minikube 1.37.0. Rename...
Fix image tests on macOS: - Rewrite the tests that do not need docker daemon to use the container runtime in minikube. - Check saved image, revealing #21408 - Add...
The hyperkit driver does not support Apple silicon machines introduced in June 2020. There are no plans to add support for Apple silicon and it was replaced by the virtualization...
#### What happened: Trying to debug minikube bug with removing images, turns out the `minikube image rm` uses `crictl rmi image:tag` under the hood. So I have 3 images, created...
All the benchmarks use this expect compute and matmul, which fail to compile, complamning that SPIR-V 1.3 is required. If we dont' specity the target we use vulkan-1.0 which default...