You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"no-providers-available #3818", true, ` kubelet.go:1662] Failed creating a mirror pod for "kube-apiserver-minikube_kube-system(c7d572aebd3d33b17fa78ae6395b6d0a)": pods "kube-apiserver-minikube" is forbidden: no providers available to validate pod request`},
36
36
{"no-objects-passed-to-apply #4010", false, "error: no objects passed to apply"},
37
+
{"bad-certificate #4251", true, "log.go:172] http: TLS handshake error from 127.0.0.1:49200: remote error: tls: bad certificate"},
Regexp: re(`VirtualBox won't boot a 64bits VM when Hyper-V is activated`),
@@ -106,6 +119,21 @@ var vmProblems = map[string]match{
106
119
Advice: "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=<switch-name>` to `minikube start`",
Regexp: re(`host-only cidr conflicts with the network address of a host interface`),
124
+
Advice: "Specify an alternate --host-only-cidr value, such as 172.16.0.1/24",
125
+
Issues: []int{3594},
126
+
},
127
+
"OOM_KILL_SSH": {
128
+
Regexp: re(`Process exited with status 137 from signal KILL`),
129
+
Advice: "Disable dynamic memory in your VM manager, or pass in a larger --memory value",
130
+
Issues: []int{1766},
131
+
},
132
+
"OOM_KILL_SCP": {
133
+
Regexp: re(`An existing connection was forcibly closed by the remote host`),
134
+
Advice: "Disable dynamic memory in your VM manager, or pass in a larger --memory value",
135
+
Issues: []int{1766},
136
+
},
109
137
}
110
138
111
139
// proxyDoc is the URL to proxy documentation
@@ -132,10 +160,10 @@ var netProblems = map[string]match{
132
160
Issues: []int{3846},
133
161
},
134
162
"DOWNLOAD_TLS_OVERSIZED": {
135
-
Regexp: re(`failed to download.*tls: oversized record received with length`),
136
-
Advice: "A firewall is interfering with minikube's ability to make outgoing HTTPS requests. You may need to configure minikube to use a proxy.",
163
+
Regexp: re(`tls: oversized record received with length`),
164
+
Advice: "A firewall is interfering with minikube's ability to make outgoing HTTPS requests. You may need to change the value of the HTTPS_PROXY environment variable.",
137
165
URL: proxyDoc,
138
-
Issues: []int{3857, 3759},
166
+
Issues: []int{3857, 3759, 4252},
139
167
},
140
168
"ISO_DOWNLOAD_FAILED": {
141
169
Regexp: re(`iso: failed to download`),
@@ -181,6 +209,11 @@ var deployProblems = map[string]match{
{0, "", "", "this is just a lame error message with no matches."},
32
+
{2991, "", "KVM_UNAVAILABLE", "Unable to start VM: create: Error creating machine: Error in driver during machine creation: creating domain: Error defining domain xml:\n\n: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for domaintype=kvm ')"},
33
+
{3594, "", "HOST_CIDR_CONFLICT", "Error starting host: Error starting stopped host: Error setting up host only network on machine start: host-only cidr conflicts with the network address of a host interface."},
32
34
{3614, "", "VBOX_HOST_ADAPTER", "Error starting host: Error starting stopped host: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue"},
33
35
{3784, "", "VBOX_NOT_FOUND", "create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"},
34
36
{3849, "", "IP_NOT_FOUND", "bootstrapper: Error creating new ssh host from driver: Error getting ssh host name for driver: IP not found"},
{3922, "", "ISO_DOWNLOAD_FAILED", `unable to cache ISO: https://storage.googleapis.com/minikube/iso/minikube-v0.35.0.iso: failed to download: failed to download to temp file: download failed: 5 error(s) occurred:
39
41
* Temporary download error: Get https://storage.googleapis.com/minikube/iso/minikube-v0.35.0.iso: dial tcp 216.58.207.144:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.`},
{4202, "", "APISERVER_TIMEOUT", "Error restarting cluster: wait: waiting for component=kube-apiserver: timed out waiting for the condition"},
44
+
{4252, "", "DOWNLOAD_TLS_OVERSIZED", "Failed to update cluster: downloading binaries: downloading kubeadm: Error downloading kubeadm v1.14.1: failed to download: failed to download to temp file: download failed: 5 error(s) occurred:\n\nTemporary download error: Get https://storage.googleapis.com/kubernetes-release/release/v1.14.1/bin/linux/amd64/kubeadm: proxyconnect tcp: tls: oversized record received with length 20527"},
45
+
{4222, "", "VBOX_HOST_ADAPTER", "Unable to start VM: create: creating: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue"},
0 commit comments