|
|
|
|
|
by nielsole
1814 days ago
|
|
Want a crude way to see pods run on a node with the READY, STATUS and RESTARTS fields instead of the `kubectl describe node` output? kubectl get po --all-namespaces -o wide | grep $NODE_NAME Of course becomes unbearably slow, the more pods you have |
|
https://stackoverflow.com/questions/39231880/kubernetes-api-...