polonel/trudesk

[QUESTION] Why Are Kubernetes Deployments Stuck on Pending?

CR1TEX opened this issue · 2 comments

Is this a BUG REPORT or FEATURE REQUEST?:

  • BUG
  • FEATURE

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:

  • Trudesk Version:
  • OS (e.g. from /etc/os-release):
  • Node.JS Version:
  • MongoDB Version:
  • Is this hosted on cloud.trudesk.io:

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.

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