search

Home  >  Q&A  >  body text

docker - kubernetes 创建pod达到一定个数后,一直是pending,但我已经设置了--max-pod了

1.现在的环境的是docker 1.9.1 kubernets1.2.0
2.使用rc创建500个pod,只成功创建249个,然后其他一直pending
3.对kubelet的配置做了修改,添加了--max-pod=512

曾经蜡笔没有小新曾经蜡笔没有小新2771 days ago1025

reply all(1)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-04-24 16:01:33

    It should be that the node resources are insufficient. You can use kubectl describe pod/xxx to check the specific reasons

    reply
    0
  • Cancelreply