Skip to content

Commit

Permalink
Merge pull request #8629 from medyagh/sol_msg_docker_ssh_port
Browse files Browse the repository at this point in the history
add solution message when container create is stuck
  • Loading branch information
medyagh authored Jul 1, 2020
2 parents 084df67 + fd29123 commit a4b647f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/minikube/problem/err_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ var vmProblems = map[string]match{
Advice: "minikube is not yet compatible with ChromeOS",
Issues: []int{6411},
},
"DOCKER_PROVISION_STUCK_CONTAINER": {
Regexp: re(`executing "" at <index (index .NetworkSettings.Ports "22/tcp") 0>`),
Advice: "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again",
URL: "https://github.com/kubernetes/minikube/issues/8163#issuecomment-652627436",
Issues: []int{8163},
},
// Hyperkit
"HYPERKIT_NO_IP": {
Regexp: re(`IP address never found in dhcp leases file Temporary Error: Could not find an IP address for`),
Expand Down

0 comments on commit a4b647f

Please sign in to comment.