I tried to run minikube with hyperkit driver on VPN.
While installing with minikube start --vm=true
This error occurred.
❗ This VM is having trouble accessing https://k8s.gcr.io
Someone said from github community, I should use docker but I can not use docker driver for now, because I should install ingress addon, when I tried with docker, it said this addon doesn't work with docker, so it recommends to use the alternative.
Is there any solution to make hyperkit work on VPN?