kubernetes/minikube

minikube with kvm2 driver does not provide option to select storage pool

Open

#18,347 opened on Mar 10, 2024

View on GitHub
 (8 comments) (1 reaction) (0 assignees)Go (31,799 stars) (5,222 forks)batch import
co/kvm2-driverhelp wantedkind/featurepriority/awaiting-more-evidence

Description

What Happened?

My 'local lab' uses zfs storage pool as default libvirt configured storage on the machine. However, when I use minikube to start k8s cluster locally it puts the kvm image file to ~/.minikube directory, which then creates 20GB .rawdisk file.

As there is --kvm-network option for kvm2 driver (for selecting the libvirt configured network), it would be neat to have the option to choose the storage pool where minikube would put all the images it's creating.

Attach the log file

No log file.

Operating System

Ubuntu

Driver

KVM2

Contributor guide