-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localkube: panic: unable to read certificate-authority /var/lib/localkube/\var\lib\localkube\certs\ca.crt #1981
Comments
I have the same problem using Hyper V This is at the end of my logs
The certificate actually does exist
But obviousy it is in |
is the fix provided in #1982 ready to use ? can I download the latest .exe and install it fresh |
After looking at some URLs I found out how to download the new executable (1982 is the # of the MR) https://storage.googleapis.com/minikube-builds/1982/minikube-windows-amd64.exe |
Thanks buddy !!! do you know whether we need to remove the old one before installing this new one ?? |
I just replaced the executable in my installed folder, ran minikube delete and minikube start, and everything worked |
I am still getting this error: minikube config set WantKubectlDownloadMsg falseCould not find finalized endpoint being pointed to by kubernetes-dashboard: Error validating service: Error getting service kubernetes-dashboard: Get https://19 |
ping works file though...... C:\Users\eagamil>ping 192.168.99.100 Pinging 192.168.99.100 with 32 bytes of data: Ping statistics for 192.168.99.100: |
I am trying to run on Windows 7 |
I just tried the build on the link above 1982 and still can't get minikube running on hyperv - this the output I get
|
I am having the same issue. |
On Windows 10 the build provided by IljaKroonen works now, before I had the weird /var/...\var...\certs issue as well. I started Minikube with the following command: |
@r2d4 Is there going to be an official release version 0.22.3? |
On Windows 10 the build provided by IljaKroonen works now, before I had the weird /var/...\var...\certs issue as well. I started Minikube with the following command: Can you provide more details ?? |
Seems minikube is Jinxed on Windows. |
I had the same experience -at first the build linked above failed with cert issues but after deleting and issuing another minikube start its all working win10 build 15063.608 hope that helps |
64bit Windows 10, version 1703 OS build 15063.608 Of course, I had to create a virtual switch first. |
Same for me with virtualbox. Seems to be resolved, when creating a new machine with the build 1982 that was linked. |
Build 1982 is failing on startup for me. OS: Windows 10 Pro
|
Hi there, edit I have the same problem after IljaKroonen build 1982. Before and after this changes I have the same status:
my comand:
my virtual switch - external / Ethernet I am adding some logs
|
My cluster has a status of stopped as well. Windows 10 + Hyper-V (and yes there is a virtual-switch)
Result:
What else can I provide to help fix this issue? |
This should be fixed by the latest release 0.22.3 |
Hi, |
Hi Do you see anything when you do
it should pop up a browser with the dashboard - if not then what usually resolves it for me is minikube stop That seems to sort out the certificates then minikube dashboard should work |
Hi, |
Just tested on 0.22.3, it still happens (I did a clean install - removed the VM,
|
Ditto! 0.22.3 cluster is still stopped. Is there a log I can send you? |
Hi, I'm facing similar issues. "minikube start" starts the cluster but when i try to run anything with kubectl it says "unable to connect to server : Service unavailable". Can someone please help me? |
Using Hyper-V on Windows 10 Creator Update I had to do the following:
|
I'm using virtualbox in windows 10 64 bit . Is there any more details that I should provide?I'm really new to kubernetes |
I have similar issues with minikube 0.23 on windows 10 with the hyperv driver. minikube 0.19.1 runs fine on with the same setup. |
I'm also seeing a kernel panic with minikube v0.23.0 on Windows 10 using the hyperv driver. I get it pretty reliably while trying to install fabric8 using I'm not familiar with debugging kernel panics, so I couldn't figure out how to use get any more of the log out other than what was displayed in the console:
|
Hey guys I could reproduce this issue in the latest minikube on Windows 8.1 Environment: Minikube version: minikube version: v0.23.0 OS: Windows 8.1 64-bit What happened:
What you expected to happen: How to reproduce it (as minimally and precisely as possible): Downloaded minikube 0.23.0 and placed it in my PATH. $ minikube dashboard $ minikube status after checking the logs I noticed one issue: Nov 07 05:20:29 minikube localkube[20600]: cannot commit tx (write /var/lib/localkube/etcd/member/snap/db: file too large) More logs listed as below $ minikube logs |
@neoGeneva was the kernel panic reproducible? it looks like an issue with the hypervisor communication driver. This is not really actively used in the Minikube iso, except for sending the IP address to the hypervisor over hvkvp AFAIR. |
@gbraad yeah, every time I try and install fabric8 (version 0.4.173) it has a kernel panic after a five or six minutes, even with a fresh install of minikube.
If there is anything else I can provide please let me know. |
@gbraad Just letting you know that I'm still seeing the issue even without fabric8, seems to be after about every 15-20 minutes I get a kernel panic. |
@neoGeneva this is a different issue, but can you share your system configuration, host OS, etc. Have you also tried using any other ISO (previous version or B2D)? |
When the cluster is in this state above, just executing |
I'm having this issue as well - win 8.1 x64/Vbox
Tried running
|
Same issue here. Running It is worth noting that my setup was working normally for some time then suddenly stopped (might be after a restart without properly stopping minikube and docker-machine). Windows 10 Home |
I got the same issue every time my Mac wakes up from sleep(it started okay before going to sleep though). $ kubectl get pods
The connection to the server 192.168.99.100:8443 was refused - did you specify the right host or port?
$ kubectl cluster-info
Kubernetes master is running at https://192.168.99.100:8443
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
$ kubectl cluster-info dump
The connection to the server 192.168.99.100:8443 was refused - did you specify the right host or port?
$ minikube logs
-- Logs begin at Tue 2018-02-13 15:34:33 UTC, end at Tue 2018-02-13 16:42:02 UTC. --
-- No entries --
$ minikube version
minikube version: v0.25.0
$ minikube status
minikube: Running
cluster: Stopped
kubectl: Correctly Configured: pointing to minikube-vm at 192.168.99.100
$ docker version
Client:
Version: 18.02.0-ce
API version: 1.36
Go version: go1.9.3
Git commit: fc4de44
Built: Wed Feb 7 21:13:05 2018
OS/Arch: darwin/amd64
Experimental: false
Orchestrator: swarm
Server:
Engine:
Version: 18.02.0-ce
API version: 1.36 (minimum version 1.12)
Go version: go1.9.3
Git commit: fc4de44
Built: Wed Feb 7 21:20:15 2018
OS/Arch: linux/amd64
Experimental: true
|
failed on Mac, too.
last part of start with
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Closing open localkube issues, as localkube was long deprecated and removed from the last two minikube releases. I hope you were able to find another solution that worked out for you - if not, please open a new PR. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Please provide the following details:
Environment:
Minikube version: minikube version: v0.22.2
What happened:
Minikube provisioned the VM, but it does not work correctly.
What you expected to happen:
The Minikube cluster should work correctly.
How to reproduce it (as minimally and precisely as possible):
minikube start
.C:/users/user/Desktop
, I see this folder createdC:/users/user/Desktop/C_/users/user/.minikube
.Output of
minikube logs
(if applicable):See attached file
logs.txt
Anything else do we need to know:
The text was updated successfully, but these errors were encountered: