-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
KinD fails to start on GKE with DinD #677
Comments
Got the kind logs on node 2 |
I tried with a simpler docker image and kind 0.4.0 and still see the same issue. Dockerfile:
|
I think its related to #303, trying out the steps there |
Quick comment: in addition to 303 ensure docker storage is a volume (eg emptyDir), typically /var/lib/docker |
See kubernetes-sigs/kind#677 for context
Got it working with those, thanks, seems to be running smoothly now! Big +1 on #303 though |
I hear you on #303, just juggling priorities, glad you got it working! 😅 will add a note about dind to 303 as well |
What happened:
I have two GKE nodes. I am running into two separate problems with them.
On node 1, KinD fails to start with
Error: failed to create cluster: failed to apply overlay network: exit status 1
. Full logs attached.On node 2, the control plane seems to be in an unhealthy state:
Note the 20 restarts in 10m, they also don't seem to go into crashloopbackoff, maybe intended though.
Logs show
I consistently get the same errors on the same nodes. I only have 2 nodes in my cluster.
What you expected to happen:
KinD successfully creates a cluster.
How to reproduce it (as minimally and precisely as possible):
Not exactly sure. It seems related to something with the image we are using, prow, or GKE, or something. See http://prow.istio.io/?job=istio-kind-simpleTest-master for a host of failures, including the
failed to apply overlay network
one (https://k8s-gubernator.appspot.com/build/istio-prow/logs/istio-kind-simpleTest-master/358). Note that link is not from my runs, that is a separate cluster attempting to do the same thing I am doing (run tests on prow with KinD).Anything else we need to know?:
Environment:
kind version
): v0.3.0.kubectl version
): 1.15docker info
): 18.06.1-ce/etc/os-release
): Ubuntu 16.04It's running in image gcr.io/istio-testing/istio-builder:v20190628-31457b43 on a GKE cluster.
I still have the nodes up if you need anymore debugging info
kube-node2.log shows some attempts at getting logs from the crashing api server on node 2. Not sure if there is a better way since the logs come from the api server which is crashing.
The text was updated successfully, but these errors were encountered: