Closed scriptonist closed 6 years ago
Hmm weird. What version of docker are you running? Which OS?
You may have to do minikube ssh
to figure this out.
$ docker version
Client:
Version: 17.12.1-ce
API version: 1.35
Go version: go1.9.4
Git commit: 7390fc6
Built: Tue Feb 27 22:13:43 2018
OS/Arch: linux/amd64
Server:
Engine:
Version: 17.12.1-ce
API version: 1.35 (minimum version 1.12)
Go version: go1.9.4
Git commit: 7390fc6
Built: Tue Feb 27 22:20:43 2018
OS/Arch: linux/amd64
Experimental: false
$ uname -a
Linux minikube 4.9.64 #1 SMP Fri Mar 30 21:27:22 UTC 2018 x86_64 GNU/Linux
$ cat /etc/*-release
NAME=Buildroot
VERSION=2017.11
ID=buildroot
VERSION_ID=2017.11
PRETTY_NAME="Buildroot 2017.11"
NAME=Buildroot
VERSION=2017.11
ID=buildroot
VERSION_ID=2017.11
PRETTY_NAME="Buildroot 2017.11"
Image inspect errors seem to be caused due to the runtime and not the container per se. Do you mind updating minikube to the latest version (0.28) and trying this out?
It seems there are no problems. :peace_symbol:
$ minikube version
minikube version: v0.28.0
$ k get po -n kube-system
NAME READY STATUS RESTARTS AGE
default-http-backend-59868b7dd6-dgjlw 1/1 Running 0 2m
etcd-minikube 1/1 Running 0 2m
gitkube-controller-cc586fcb-tfrtp 1/1 Running 0 1m
gitkubed-7874c94957-fg7xj 1/1 Running 0 1m
kube-addon-manager-minikube 1/1 Running 0 2m
kube-apiserver-minikube 1/1 Running 0 1m
kube-controller-manager-minikube 1/1 Running 0 2m
kube-dns-86f4d74b45-kxmwv 3/3 Running 0 2m
kube-proxy-qs8sj 1/1 Running 0 2m
kube-scheduler-minikube 1/1 Running 0 2m
kubernetes-dashboard-5498ccf677-bx888 1/1 Running 0 2m
nginx-ingress-controller-67956bf89d-rx462 1/1 Running 0 2m
storage-provisioner 1/1 Running 0 2m
Environment ?
What did I do?
gitkube install
What I Expected to see?
Gitkube running peacefully
What did I see instead?