kubernetes/minikube

minikube service` not working with Docker driver on Windows 10 Pro 10.0.19041 -Build 19041

Open

#9,030 opened on Aug 19, 2020

View on GitHub
 (20 comments) (0 reactions) (1 assignee)Go (5,222 forks)batch import
co/servicehelp wantedkind/buglifecycle/frozenos/windowspriority/backlog

Repository metrics

Stars
 (31,799 stars)
PR merge metrics
 (Avg merge 12d 19h) (43 merged PRs in 30d)

Description

I started minikube service on windows 10 pro build 19041.

Please find the attached screenshots image

image

  1. The resource are not accessible at 172.17.0.3:30001. i;e NodeAddress:Nodeport mentioned in service.yaml file
  2. Neither the resource is available at http://127.0.0.1:50367 which I have found after running

.\minikube-windows-amd64.exe service selenium-srv

  • Starting tunnel for service selenium-srv. |-----------|--------------|-------------|------------------------| | NAMESPACE | NAME | TARGET PORT | URL | |-----------|--------------|-------------|------------------------| | default | selenium-srv | | http://127.0.0.1:50367 | |-----------|--------------|-------------|------------------------|

Contributor guide