ZBLOG

0/3 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 No preemption victims found for incoming pod..

This error message indicates that a pod is unable to be scheduled because it has PersistentVolumeClaims (PVCs) that cannot be fulfilled by any available persistent volumes. Additionally, there are no other pods running on the nodes that can be preempted to make room for this pod.

To resolve this issue, you can try the following:

  1. Check if there are any unused or unclaimed persistent volumes in your cluster and create new PVCs to use them.
  2. Increase the size of your existing persistent volumes or add new ones to your cluster.
  3. Consider using dynamic provisioning with a storage class so that new PVs are automatically created when needed.
  4. If none of these options work, you may need to manually evict some pods from your nodes to free up resources for the pending pod.

It’s important to note that preemption is a feature in Kubernetes that allows lower-priority pods to be terminated in order to make room for higher-priority ones. However, if there are no lower-priority pods available, preemption cannot occur and the pending pod will remain unscheduled until resources become available.

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

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

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

联系我们

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

微信号:3007537140

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

关注我们
x

注册

已经有帐号?