Limit the number of pods per node

前端 未结 2 838
北恋
北恋 2021-01-19 03:46

I\'m trying to limit the number of pods per each node from my cluster. I managed to add a global limit per node from kubeadm init with config file:

apiVersio         


        
2条回答
  •  离开以前
    2021-01-19 04:00

    You can also set the maximum number of pods per node with the kubelet --max-pods option.

提交回复
热议问题