Minikube, Podman and Proxy

Running minikube behind a proxy with podman? Setup all http_proxy environment variables and podman still won’t use your proxy?

Configuring sudo to heep this variables:

Defaults        env_keep += "http_proxy https_proxy ftp_proxy no_proxy HTTP_PROXY HTTPS_PROXY"

worked for me.