Skip to content

minikube not working in Windows 8.1 #2488

@Prasanna2104

Description

@Prasanna2104

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 or minikube 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.os/windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions