freedomofdevelopers / fod

Freedom of Developers
1.79k stars 204 forks source link

does not work in minikube #545

Open mabebrahimi opened 2 years ago

mabebrahimi commented 2 years ago

I set the proxy for minikube as follows:

export HTTP_PROXY=http://fodev.org:8118
export HTTPS_PROXY=http://fodev.org:8118
export NO_PROXY=localhost,127.0.0.1,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24,$(minikube ip)

and start minikube But there is still a problem in receiving images

behdad222 commented 2 years ago

What problem?