polonel / trudesk

:coffee: :seedling: Trudesk is an open-source help desk/ticketing solution.
http://trudesk.io
Other
1.29k stars 430 forks source link

[QUESTION] Why Are Kubernetes Deployments Stuck on Pending? #663

Closed CR1TEX closed 4 months ago

CR1TEX commented 5 months ago

Is this a BUG REPORT or FEATURE REQUEST?:

What happened: So I have a School Project where I need to implement Ticket System with Kubernetes. I tried to

kubectl create ns trudesk

kubectl apply -f .

but I'm getting this kind of error

NAME READY UP-TO-DATE AVAILABLE AGE elasticsearch 0/1 1 0 3m32s mongo 0/1 1 0 3m32s trudesk 0/1 1 0 3m31s

NAME READY STATUS RESTARTS AGE elasticsearch-544f76bfbf-c97wx 0/1 Pending 0 3m51s mongo-677dcbdf9c-b6nhn 0/1 Pending 0 3m51s trudesk-696f497c7f-lx68b 0/1 Pending 0 3m50s

I'm new to kubernetes and I would like a help so I can fix this.

What did you expect to happen: To work but it seems I'm missing some point How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?: I use Ubuntu 20.04 and kubernetes version is 1.28 Environment:

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 4 months ago

This issue was closed because it has been stalled for 5 days with no activity.