Kubernetes API - gets Pods on specific nodes

前端 未结 6 1198
故里飘歌
故里飘歌 2020-12-23 00:40

Looking at http://kubernetes.io/docs/user-guide/labels/#selecting-sets-of-nodes it looks to be possible to select a certain range of pods based on labels. But in my case I w

6条回答
  •  遥遥无期
    2020-12-23 00:40

    kubectl describe node will show all of the non-terminated pods running on that node

提交回复
热议问题