You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
standard (default) k8s.io/minikube-hostpath Delete Immediate false 8m52s
sukki_qin@cloudshell:~$ kubectl get pvc -n tidb-admin
No resources found in tidb-admin namespace.
What's the status of the TiDB cluster pods?
sukki_qin@cloudshell:~$ kubectl get po -n tidb-admin -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
tidb-controller-manager-7c79b4567c-lmd7w 1/1 Running 0 10m 172.17.0.3 minikube <none> <none>
tidb-scheduler-759b84cd6d-5zpw2 1/2 CrashLoopBackOff 6 (4m18s ago) 10m 172.17.0.4 minikube <none> <none>
Bug Report
What version of Kubernetes are you using?
What version of TiDB Operator are you using?
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
What's the status of the TiDB cluster pods?
What did you do?
I've tried to deploy a test cluster using minikube following the instruction of https://docs.pingcap.com/zh/tidb-in-kubernetes/stable/get-started#%E4%BD%BF%E7%94%A8-minikube-%E5%88%9B%E5%BB%BA-kubernetes-%E9%9B%86%E7%BE%A4
What did you expect to see?
all pods are running
What did you see instead?
tidb-scheduler pods are failed to start, an error status is
CrashLoopBackOff
.I've checked the log of this pod, no error found
The text was updated successfully, but these errors were encountered: