Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP_PROXY doesn't update when minikube start with different proxy #3276

Closed
linbo opened this issue Oct 28, 2018 · 0 comments
Closed

HTTP_PROXY doesn't update when minikube start with different proxy #3276

linbo opened this issue Oct 28, 2018 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@linbo
Copy link

linbo commented Oct 28, 2018

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT

Please provide the following details:

Environment:

Minikube version (use minikube version): v0.30.0

  • OS (e.g. from /etc/os-release): Win10
  • VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): virtualbox
  • ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): minikube-v0.30.0.iso
  • Install tools: choco
  • Others:

What happened:

1. minikube start  --docker-env=HTTP_PROXY=http://ip1:port1 --docker-env=HTTPS_PROXY=https://ip1:port1
2. minikube stop
3. minikube start  --docker-env=HTTP_PROXY=http://ip2:port2 --docker-env=HTTPS_PROXY=https://ip2:port2

After finish those command, docker http proxy still remain ip1:port1, not ip2:port2

What you expected to happen:
docker http proxy should reset to ip2:port2

How to reproduce it (as minimally and precisely as possible):

1. minikube start  --docker-env=HTTP_PROXY=http://ip1:port1 --docker-env=HTTPS_PROXY=https://ip1:port1
2. minikube stop
3. minikube start  --docker-env=HTTP_PROXY=http://ip2:port2 --docker-env=HTTPS_PROXY=https://ip2:port2

Output of minikube logs (if applicable):

Anything else do we need to know:

@balopat balopat added the kind/bug Categorizes issue or PR as related to a bug. label Oct 30, 2018
@tstromberg tstromberg added priority/backlog Higher priority than priority/awaiting-more-evidence. and removed co/virtualbox os/windows labels Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

3 participants