Kubectl get cs -o ymal
returns the healthy status for the control plane, but due some some reason,
kubectl get pods --all-namespaces
does not show any control plane pods like api-server, schedular, controller manager etc.
I can also see the manifest file at /etc/kubernetes/manifests location as well.
Please help what am I missing.