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

[EFK] Erratic pod start #13

Closed
guilleironhack opened this issue Jan 17, 2019 · 2 comments
Closed

[EFK] Erratic pod start #13

guilleironhack opened this issue Jan 17, 2019 · 2 comments

Comments

@guilleironhack
Copy link

guilleironhack commented Jan 17, 2019

I have installed and uninstalled the chart several times, but there is no way for the pods to start correctly. They seem to be crashing one after another mostly for not being able to resolve elasticsearch-discovery-efk-cluster. This happens even when the master node is apparently running correctly.

Any clues?

NAME                                                  READY     STATUS             RESTARTS   AGE
efk-kibana-76b967c8db-ll6jm                           0/1       CrashLoopBackOff   9          32m
es-client-efk-cluster-645d47fccc-wg4xp                1/1       Running            7          32m
es-data-efk-cluster-default-0                         1/1       Running            8          32m
es-master-efk-cluster-default-0                       0/1       CrashLoopBackOff   9          32m
es-operator-elasticsearch-operator-5977ff7c98-rwqng   1/1       Running            0          1d
fluent-bit-q4z5v                                      1/1       Running            0          32m
fluent-bit-qsql6                                      1/1       Running            0          32m
fluent-bit-vrqvx                                      1/1       Running            0          32m

Thanks!

@komljen
Copy link
Owner

komljen commented Jan 17, 2019

You might have some DNS issues in your cluster. You could attach to data node kubectl exec -it es-data-efk-cluster-default-0 -n <NAMESPACE> bash and run nslookup elasticsearch-discovery-efk-cluster. It should resolve to cluster IP, the same address that you see here kubectl get svc elasticsearch-discovery-efk-cluster -n <NAMESPACE>.

@guilleironhack
Copy link
Author

guilleironhack commented Jan 17, 2019

You're right. Something looks wrong with dns. Unfortunately I am just starting with kubernetes and couldn't be more lost. I'll keep investigating.

nslookup: can't resolve '(null)': Name does not resolve

nslookup: can't resolve 'elasticsearch-discovery-efk-cluster': Try again

@komljen komljen closed this as completed May 29, 2019
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

2 participants