k8s pod created by statefulset is stuck in pending state, waiting for pvc bound

0

I am using an EKS fargate cluster and I think it might be an issue with EKS.

I created a statefulset with volumeClaimTemplates which bounds to pre-created PV.

The problem is the pod created by statefulset is stuck in pending state, waiting for PVC bound.

But the PVC is already bound with PV. So When I delete the pod, the pod is successfully mounted.

How can I solve this problem without manually deleting the pending pod?

pod event log

Events:
  Type     Reason            Age        From               Message
  ----     ------            ----       ----               -------
  Warning  FailedScheduling  <unknown>  fargate-scheduler  Pod not supported on Fargate: volumes not supported: efs-vol not supported because: PVC efs-vol-collector-relay-statefulset-0 not bound

已提問 2 年前檢視次數 209 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南