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가 없다는 건지 진짜 모르겠음.
뭐.....