mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-12 10:13:36 +00:00
In case kubectl did not get installed (VM_DRIVER != none), scripts/minikube.sh can fail when kubectl is not in the path. By running the "kubectl cluster-info" command through minikube, the script will succeed. Signed-off-by: Niels de Vos <ndevos@redhat.com>