question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pods keep pending while follow qucick start to install

See original GitHub issue

Summary

pods keep pending while follow qucick start

Current behaviour

I want to build train-ticket in my k8s cluster. I installed helm & openEBS, and run “make deploy”. But it stop at

mysql -h nacosdb-mysql-follower -u nacos -p Waiting for mysql cluster of nacos to be ready … Waiting for 3 pods to be ready…

Steps to reproduce

I try to figure out the cause. I run “kubectl describe pods nacosdb-mysql-0”,and the result is

image

It seems train-ticket cannot bind PV correctly. I am sure that have installed openEBS. image

Your environment

OS(e.g: cat /etc/os-release): ubuntu 20.04

docker version(e.g docker version): Client: Docker Engine - Community Version: 19.03.15 API version: 1.40 Go version: go1.13.15 Git commit: 99e3ed8919 Built: Sat Jan 30 03:17:01 2021 OS/Arch: linux/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 19.03.15 API version: 1.40 (minimum version 1.12) Go version: go1.13.15 Git commit: 99e3ed8919 Built: Sat Jan 30 03:15:30 2021 OS/Arch: linux/amd64 Experimental: false

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
saibhargav97vcommented, Sep 22, 2022

@behradmoeini Run hostname and replace master with your hostname alias and run the above 2 commands. There’s progress for me now. Thanks, @Deep-Yellow.

0reactions
Deep-Yellowcommented, Nov 29, 2022

try kubectl get nodes to get node name.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Debug Kubernetes Pending Pods and Scheduling ...
Learn how to debug Pending pods that fail to get scheduled due to resource constraints, taints, affinity rules, and other reasons.
Read more >
Why do Kubernetes pod stay in pending state? - Stackify
Your pod remaining in 'waiting' status means it has been scheduled in the worker's node. Yet, the pod can't run on said machine....
Read more >
Following the QuickStart but my pod is stuck in pending state
FWIW, I have to run sudo docker on the host to get the above command to work, but when I do (e.g. sudo...
Read more >
Pod in Kubernetes always in pending state - Stack Overflow
Run below command to get the events. This will show the issue ( and all other events) why pod has not be scheduled....
Read more >
Troubleshooting Applications | Kubernetes
If a Pod is stuck in Pending it means that it can not be scheduled onto a node. Generally this is because there...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found