-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pod sometimes stuck with first init container #5
Comments
So the
|
Have you tried using |
No I haven't. I meant to say: docker-library/busybox#48 is not an issue for us, since we use an older image, so I don't think we should need the |
I haven't managed to reproduce the bug yet today in a few attempts. |
Pods by default get a
check-dns
init container. Sometimes a new pod doesn't get past that first init container and hangs:Example description (
kubectl describe pod ...
):The response from kube-dns is NXDOMAIN but that's also the case for a successful setup and nslookup still returns
0
then:I see the issue happening for example after creating a new cluster and doing a restore:
If the pod gets stuck, I redo the restore operation and it usually works then:
The text was updated successfully, but these errors were encountered: