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

proxy environment variables are not used anymore in minikube v1.10.1 #8293

Closed
oocx opened this issue May 28, 2020 · 2 comments
Closed

proxy environment variables are not used anymore in minikube v1.10.1 #8293

oocx opened this issue May 28, 2020 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@oocx
Copy link

oocx commented May 28, 2020

I'm using minikube on Windows 10 with the hyperv driver. I'm behind a proxy server, connections to the internet without proxy server are not allowed.

After I upgraded to minikube v1.10.1, it seems like my proxy environment variables are no longer used by minikube. When I create pods, they are not able to pull images from the docker hub.

After downgrading back to v1.9.2 again, everything works as expected.

Steps to reproduce the issue:

  1. set HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables
    2.minikube start --vm-driver hyperv --disk-size 24GB --cpus=6 --memory=3000 --extra-config=apiserver.runtime-config=api/all=true,extensions/v1beta1=true --force
  2. create any pod, for example "kubectl run test --image busybox -i -t -- sh". The pod will not be able to pull images from the docker hub.

Full output of failed command:

Full output of minikube start command used, if not already included:

  • minikube v1.10.1 auf Microsoft Windows 10 Enterprise 10.0.17134 Build 17134
  • Using the hyperv driver based on existing profile

! 'hyperv' driver reported an issue: C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe @(Get-Wmiobject Win32_ComputerSystem).HypervisorPresent returned "WARNING: The names of some imported commands from the module 'Diamant.Apps' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For \r\na list of approved verbs, type Get-Verb.\nTrue\r\n"

@tstromberg tstromberg added the triage/discuss Items for discussion label May 28, 2020
@tstromberg tstromberg added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed triage/discuss Items for discussion labels May 28, 2020
@medyagh
Copy link
Member

medyagh commented Jul 15, 2020

@oocx
I haven't heard back from you, I wonder if you still have this issue? I believe we had fixed this long time ago ,have you had a chance to try if this was fixed ?

I will close this issue for now but please feel free to reopen whenever you feel ready to provide more information.

@medyagh medyagh closed this as completed Jul 15, 2020
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/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

3 participants