kubectl behind a proxy kubectl behind a proxy kubernetes kubernetes

kubectl behind a proxy


Fixed this. The fix was to have the no_proxy details in NO_PROXY as well.

export NO_PROXY=$no_proxy,$(minikube ip)

Relevant thread. Hope this will be useful to someone.