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
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Please provide the following details:
Model Identifier: MacBookPro14,3
Processor Name: Intel Core i7
Processor Speed: 2.8 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core): 256 KB
L3 Cache: 6 MB
Memory: 16 GB
Minikube version: v0.30.0
OS macOS 10.13
VM Driver Virtualbox
ISO version minikube-v0.30.0.iso
What happened:
Attempted to start minikube, and was greeted with this:
E1121 17:13:38.093239 9334 status.go:85] Error cluster status: getting status: running command: sudo systemctl is-active kubelet
.: Process exited with status 3
Command failed with exit status 255: minikube status
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
Getting VM IP address...
Moving files into cluster...
Setting up certs...
Connecting to cluster...
Setting up kubeconfig...
Starting cluster components...
E1121 17:15:37.592969 9341 start.go:302] Error restarting cluster: restarting kube-proxy: getting kube-proxy configmap: Get https://192.168.99.100:8443/api/v1/namespaces/kube-system/configmaps/kube-proxy: http2: server sent GOAWAY and closed the connection; LastStreamID=3, ErrCode=NO_ERROR, debug=""
Got a fresh ISO, then minikube did start after a couple of attempts, but when trying to start the dashboard, it gives a lot of 503 & 502 errors before giving up after a minute or so.
the GOAWAY response seems to have dissapeared for now but i'm still unable to access the dashboard and things have slowed down alot since i started having this issue, i'm unsure if this is significant or that other people may encounter it, but i wanted to make it known just incase. How to reproduce it (as minimally and precisely as possible):
Unsure, seemed to happen somewhat randomly when i was restarting my cluster.
The text was updated successfully, but these errors were encountered:
tstromberg
changed the title
Minikube refused to start, gives errCode=NO_ERROR
Error restarting cluster: kube-proxy: server sent GOAWAY and closed the connection
Dec 4, 2018
We were seeing this across test environments, particularly with Kubernetes 1.12. Recent releases of minikube now default to v1.13, which seems to have addressed this issue. Hope this helps!
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Please provide the following details:
Minikube version: v0.30.0
What happened:
Attempted to start minikube, and was greeted with this:
Got a fresh ISO, then minikube did start after a couple of attempts, but when trying to start the dashboard, it gives a lot of 503 & 502 errors before giving up after a minute or so.
the
GOAWAY
response seems to have dissapeared for now but i'm still unable to access the dashboard and things have slowed down alot since i started having this issue, i'm unsure if this is significant or that other people may encounter it, but i wanted to make it known just incase.How to reproduce it (as minimally and precisely as possible):
Unsure, seemed to happen somewhat randomly when i was restarting my cluster.
The text was updated successfully, but these errors were encountered: