There's a closed pull request on the void-packages repository minikube: update to 1.28.0. https://github.com/void-linux/void-packages/pull/40427 Description: I tested the changes in this PR: **briefly** ``` ag@server ~ ❯ minikube start * minikube 1.28.0 on Void - MINIKUBE_IN_STYLE=false - MINIKUBE_HOME=/zpool/vm/minikube * Automatically selected the kvm2 driver * Starting control plane node minikube in cluster minikube * Downloading Kubernetes v1.25.3 preload ... > preloaded-images-k8s-v18-v1...: 385.44 MiB / 385.44 MiB 100.00% 55.16 M * Creating kvm2 VM (CPUs=2, Memory=6000MB, Disk=20000MB) ... * Preparing Kubernetes v1.25.3 on Docker 20.10.20 ... - Generating certificates and keys ... - Booting up control plane ... - Configuring RBAC rules ... * Verifying Kubernetes components... - Using image gcr.io/k8s-minikube/storage-provisioner:v5 * Enabled addons: storage-provisioner, default-storageclass * Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default ag@server ~ ❯ virsh list Id Name State -------------------------- 1 minikube running ag@server ~ at ⎈ minikube ❯ k get no NAME STATUS ROLES AGE VERSION minikube Ready control-plane 69s v1.25.3 ```