Hi,
I'm trying to use a proxmox server for mounting a minikube to follow a tuto, but as far as I understand, it's not OOB. Minikube/kubectl package are ok (via brew in an Ubuntu 20.04 VM). I've activated host CPU driver as seen on a post on this forum. So I tryed
minikube start --vm-driver host
and it's not working :
minikube v1.18.1 on Ubuntu 20.04 (amd64)
Exiting due to DRV_UNSUPPORTED_OS : driver "host" not supported on linux/amd64.
any idea ?
I'm trying to use a proxmox server for mounting a minikube to follow a tuto, but as far as I understand, it's not OOB. Minikube/kubectl package are ok (via brew in an Ubuntu 20.04 VM). I've activated host CPU driver as seen on a post on this forum. So I tryed
minikube start --vm-driver host
and it's not working :
minikube v1.18.1 on Ubuntu 20.04 (amd64)
Exiting due to DRV_UNSUPPORTED_OS : driver "host" not supported on linux/amd64.
any idea ?