로딩
티스토리 데이터 처리 중입니다.

[CKA] (미해결) 왜 pending state인지 어떻게 알지? (Manual Scheduling)

 [CKA] (미해결) 왜 pending state인지 어떻게 알지? (Manual Scheduling)

Why is the POD in a pending state? Inspect the environment for various kubernetes control plane components.

해답이 Run the command: kubectl get pods --namespace kube-system to see the status of scheduler pod. We have removed the scheduler from this Kubernetes cluster.

As a result, as it stands, the pod will remain in a pending state forever. 위와 같은데, scheduler라는 pod가 없어서 scheduler가 없다는 건지 진짜 모르겠음.

뭐.....