-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Environment:
Windows 8.1
Minikube version (use minikube version
): 0.25.0
- OS (e.g. from /etc/os-release): Windows 8.1
- 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
orminikube ssh cat /etc/VERSION
): minikube-v0.25.1.iso
What happened:
My Windows 8.1 laptop is behind the proxy. I installed minikube and kubectl in my Windows machine. I have started the minikube as mentioned below
minikube start --docker-env HTTP_PROXY=http://xx.xx.xx:8080 \ --docker-env HTTPS_PROXY=https://xx.xx.xx:8080
Before that, I have set HTTPS_PROXY environment in command prompt.
What you expected to happen:
When i execute kubectl get pod
, I should get "No resource found"
But I got an Error message as
Unable to connect to the server: dial tcp 192.168.99.101:8443: connectex: An attempt was made to access a socket in a way forbidden by its access permissions.
Output of minikube logs
(if applicable):
minikube.log
How to fix this issue @minikube-bot @k8s-oncall