kubernetes/minikube

add documentation for WSL2

Open

#7,879 opened on Apr 23, 2020

View on GitHub
 (53 comments) (0 reactions) (0 assignees)Go (5,222 forks)batch import
area/networkingco/docker-drivergood first issuekind/documentationlifecycle/frozenos/windowsos/wsl-windowspriority/backlogsig/docs

Repository metrics

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

Description

  1. minikube start --driver=docker
  2. minikube ip = 172.17.0.2

How are you supposed to access the web app from a browser when the IP is 172.17.0.2? Browser just spins for a while before saying it can't connect. Only occurs when --driver=docker. Just about every other driver gives you an ip that is accessible from browser.

Contributor guide