Created
March 22, 2015 21:52
-
-
Save bketelsen/cd0c1768c3b54ba26cad to your computer and use it in GitHub Desktop.
Kubelet won't start containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I0322 22:51:16.199351 12178 event.go:138] Event(api.ObjectReference{Kind:"Pod", Namespace:"default", Name:"skydns-gziey", UID:"ec36d3dc-d0db-11e4-bc53-b827eb839ccd", APIVersion:"v1beta1", ResourceVersion:"497", FieldPath:"spec.containers{skydns}"}): reason: 'failed' Failed to start with docker id 81f8ac72c96a72d44858effe7699a8b95df4988a2824d902f726882682127484 with error: API error (500): Cannot start container 81f8ac72c96a72d44858effe7699a8b95df4988a2824d902f726882682127484: socket operation on non-socket | |
However... docker run -d skynetservices/skydns-arm works great | |
I got this error now...
Running Kubernetes v0.18 and on Raspberry Pi 2.
It works fine to start via docker but fails via kubectl.
I'll post if I find the solution
Did you ever find a solution?
It might have something to do with this bug; moby/moby#14184
However, v.1.0.1 Kubernetes and v1.7.1 Docker works on a Raspberry Pi!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, did you get around this ? I'm getting same on odroid, and so far didn't get too deep into it yet