ZBLOG

0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate

This error message indicates that the pod cannot be scheduled on any available node because all nodes have a taint that the pod does not tolerate. In this case, the taint is “node.kubernetes.io/not-ready”, which means that the node is not ready to accept new pods.

To resolve this issue, you can try the following steps:

  1. Check the status of your nodes by running “kubectl get nodes”. Look for any nodes that have a NotReady status.

  2. Check if there are any issues with your nodes by running “kubectl describe node ”. Look for any events or conditions that indicate problems with the node.

  3. If there are no issues with your nodes, check if there are any pods already running on them using “kubectl get pods -o wide”. If there are, consider deleting some of them to free up resources.

  4. If none of these steps work, you may need to add more nodes to your cluster to increase capacity.

Once you have resolved the issue and made sure that at least one node is available without the taint that your pod doesn’t tolerate, you can try deploying your pod again.

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=6243

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?