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

openelb-keepalive-vip pod CrashLoopBackOff by kubectl apply -f openelb.yaml #351

Open
throwbear opened this issue Aug 6, 2023 · 0 comments

Comments

@throwbear
Copy link

Describe the bug

i install openelb with cmd: kubectl apply -f https://raw.githubusercontent.com/openelb/openelb/master/deploy/openelb.yaml
then i run the following command to check whether the status of openelb components is normal
the output is as followed:

[node1 ~]$ kubectl get pods -n openelb-system
NAME READY STATUS RESTARTS AGE
openelb-admission-create-v442s 0/1 Completed 0 18m
openelb-admission-patch-fc7sb 0/1 Completed 0 18m
openelb-keepalive-vip-95lbz 0/1 CrashLoopBackOff 8 (2m50s ago) 18m
openelb-keepalive-vip-plspq 0/1 CrashLoopBackOff 8 (2m55s ago) 18m
openelb-manager-66dd544f86-pmfqm 1/1 Running 0 18m

the pod: openelb-keepalive-vip-*** is CrashLoopBackOff
and run kubectl logs cmd to show more informations of the pod, but only Get the following result:

[node1 ~]$ kubectl logs openelb-keepalive-vip-95lbz -n openelb-system
F0806 19:04:51.573497 7 main.go:120] unexpected error: exit status 1

Version Info

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

1 participant