pods keep pending while follow qucick start to install
See original GitHub issueSummary
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
It seems train-ticket cannot bind PV correctly. I am sure that have installed openEBS.
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:
- Created a year ago
- Comments:9
@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.try
kubectl get nodes
to get node name.