csi-driver icon indicating copy to clipboard operation
csi-driver copied to clipboard

Does cert-manager-csi-driver support AWS EKS with AWS Fargate nodes?

Open djessich opened this issue 1 year ago • 1 comments

Does cert-manager-csi-driver support AWS EKS with AWS Fargate nodes?

It works well on AWS EKS nodegroups.

djessich avatar Jun 13 '24 10:06 djessich

This seems to have problems, as the pod gets stuck in the pending state. I'm going to get a better handle on this.

  ca:
    Type:              CSI (a Container Storage Interface (CSI) volume source)
    Driver:            csi.cert-manager.io
    FSType:            
    ReadOnly:          true
    VolumeAttributes:      csi.cert-manager.io/issuer-kind=ClusterIssuer
                           csi.cert-manager.io/issuer-name=ca-issuer
Events:
  Type     Reason            Age    From               Message
  ----     ------            ----   ----               -------
  Warning  FailedScheduling  3m40s  fargate-scheduler  Pod not supported on Fargate: volumes not supported: ca is of an unsupported volume Type

angst-storm avatar Jun 27 '24 12:06 angst-storm