Clymene-project / Clymene

the Clymene is time-series data and Logs collection platform for distributed systems.

Home Page:https://clymene-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrashLoopBackOff Issue

lukebayesian opened this issue · comments

Hello.

First of all, thank you again for your modification that "loki.yaml" namespace problem.
I am very sorry that bother you again.

I am not familiar with k8s system however, trying to solve it so It will be very appreciate for your support.

Currently faced with CrashLoopBackOff Issues and having struggle with it.
Enveloped photos for detail.

clymene-CrashLoopBackOff-k9s
clymene-gateway-pod-7b98b6f6bc-48wrs-01
clymene-gateway-pod-7b98b6f6bc-48wrs-02
clymene-ingester-7687fb8f96-t9fth-01
clymene-ingester-7687fb8f96-t9fth-02
promtail-gateway-pod-7c76b8489-m4st2-01
promtail-gateway-pod-7c76b8489-m4st2-02
promtail-ingester-pod-74588cdc7d-fd91c-01
promtail-ingester-pod-74588cdc7d-fd91c-02

Sincerely thank you for your efforts and I'll look forward to your reply.

I've solved CrashLoopBackOff of some part of it via put code like command: ['sh', '-c', 'echo xxx && sleep 6000']
but promtail-ingester could not been solved.

Enveloped photos for detail.

solved_via_command

promtail-ingester-pod-CrashLoopBackOff-01

promtail-ingester-pod-CrashLoopBackOff-02

I found suspicious part.

I compared between
--------------------------------------------------------
─ k8s/clymene-metrics/3.clymene_gateway.yaml
─ k8s/clymene-metrics/3.clymene_ingester.yaml
--------------------------------------------------------
And
--------------------------------------------------------
─ k8s/clymene-logs/2.clymene-promtail_gateway.yaml
─ k8s/clymene-logs/3.clymene-promtail_ingester.yaml
--------------------------------------------------------

spec:
containers:
- name:

Those "-name" parts has different aspects.

The "-name" is identical within two files:
k8s/clymene-logs/2.clymene-promtail_gateway.yaml
k8s/clymene-logs/3.clymene-promtail_ingester.yaml

Is it no problem using identical name?

Enveloped photos for detail.

k8s-metrics-gateway-ingester

k8s-logs-gateway-ingester

I found my typo code in command.
with fixing it, work fine.

I hope this Issue helps to someone. :)

solved-promtail-ingester-issue

clymene-runs-fine