Skip to content
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 is stuck in Init:CrashLoopBackOff #13

Open
kumarallamraju opened this issue Jun 19, 2018 · 2 comments
Open

Pod is stuck in Init:CrashLoopBackOff #13

kumarallamraju opened this issue Jun 19, 2018 · 2 comments

Comments

@kumarallamraju
Copy link

kumarallamraju commented Jun 19, 2018

kubectl create -f tls-app.yaml

$ kubectl get pods
NAME READY STATUS RESTARTS AGE
tls-app-dc7787455-69rhx 0/1 Init:Error 1 6s
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
tls-app-dc7787455-69rhx 0/1 Init:CrashLoopBackOff 1 12s
$ kubectl logs tls-app-dc7787455-69rhx
Error from server (BadRequest): container "tls-app" in pod "tls-app-dc7787455-69rhx" is waiting to start: PodInitializing

I'm just running the yaml uploaded in keley's github repository. Am I missing something?

@hgsat123
Copy link

hgsat123 commented Aug 2, 2018

Yes. This is not working. I tried it on GCP. Getting "crash-back off" error
tls-app-77cf5bf94c-qxphr 0/1 Init:CrashLoopBackOff 6 9m

kubectl logs -f tls-app-77cf5bf94c-qxphr --namespace kube-system

Error from server (BadRequest): container "tls-app" in pod "tls-app-77cf5bf94c-qxphr" is waiting to start: PodInitializing

@jbornemann
Copy link

Its possible you are running into #12 .

kubectl logs <pod> -n <namespace> -c certificate-init-container

specifying the init container, to know for sure. Once I made some changes in my fork, per my version of k8s, I was golden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants