Merge pull request #8629 from medyagh/sol_msg_docker_ssh_port

add solution message when container create is stuck
pull/8630/head
Medya Ghazizadeh 2020-07-01 13:41:21 -07:00 committed by GitHub
commit a4b647f19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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`),