You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading preloads or other binaries, minikube should respect HTTP_PROXY even it is a localhost. However, by default, golang standard HTTP client ignore a localhost proxy.
As discussed in the previous office hour: we should manually force HTTP client to use the proxy if it is specified, and fall back to the normal client if the download fails
The text was updated successfully, but these errors were encountered:
When downloading preloads or other binaries, minikube should respect HTTP_PROXY even it is a localhost. However, by default, golang standard HTTP client ignore a localhost proxy.
As discussed in the previous office hour: we should manually force HTTP client to use the proxy if it is specified, and fall back to the normal client if the download fails
The text was updated successfully, but these errors were encountered: