Hi Could you please indicate the commnads required to check if given resources are enough?
Also when running kubectl describe pod <pod-name>
How to get the pod-name list? Using any name in the list resulting of :
$ kubectl get pods -o wide --all-namespaces
kube-system calico-kube-controllers-694687c474-sp282 0/1 Pending 0
kube-system coredns-86c58d9df4-28tgk 0/1 Pending 0
kube-system coredns-86c58d9df4-6vmxp 0/1 Pending 0
kube-system etcd-kmaster 1/1 Running 3
For example
$ kubectl describe pod calico-kube-controllers
Error from server (NotFound): pods "calico-kube-controllers" not found
Any help will be apreciated as I'm new on Kubernetes.
Cheers