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

asked a year ago206 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions