skippbox / kmachine

Docker machine variant to create a single node Kubernetes instance
Apache License 2.0
178 stars 30 forks source link

Issues with Kmachine on Windows #50

Open infinitydon opened 7 years ago

infinitydon commented 7 years ago

Hello, I keep getting the following error when I initiate "docker ps"

$ docker ps Error response from daemon: client is newer than server (client API version: 1.2 4, server API version: 1.22)

$ docker version Client: Version: 1.12.0 API version: 1.24 Go version: go1.6.3 Git commit: 8eab29e Built: Thu Jul 28 23:54:00 2016 OS/Arch: windows/amd64 Error response from daemon: client is newer than server (client API version: 1.2 4, server API version: 1.22)

I have tried kmachine upgrade dev but still the error is still coming.

Also when I initiate kubectl I get an error concerning certificate error:

$ kubectl get nodes Error in configuration: unable to read certificate-authority C:\Program Files\Do cker Toolbox\Userseadigbe.kubemachinemachinesdevca.pem for dev due to open C:\Pr ogram Files\Docker Toolbox\Userseadigbe.kubemachinemachinesdevca.pem: The system cannot find the file specified.

sebgoa commented 7 years ago

thanks for reporting the issue, we will look into it. We have not updated the ISO used under windows, mostly because the minikube project now exists:

https://github.com/kubernetes/minikube