proxy environment variables are not used anymore in minikube v1.10.1 #8293
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.
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:
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
Full output of failed command:
Full output of
minikube start
command used, if not already included:! '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"
Suggestion: Enable Hyper-V: Start PowerShell as Administrator, and run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All'
Documentation: https://minikube.sigs.k8s.io/docs/reference/drivers/hyperv/
Starting control plane node minikube in cluster minikube
Restarting existing hyperv VM for "minikube" ...
Gefundene Netzwerkoptionen:
Vorbereiten von Kubernetes v1.18.2 auf Docker 19.03.8...
Enabled addons: default-storageclass, storage-provisioner
Done! kubectl is now configured to use "minikube"
The text was updated successfully, but these errors were encountered: