You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an EKS cluster with IRSA enabled the source-controller cannot access AWS resources via the /var/run/secrets/eks.amazonaws.com/serviceaccount/token as provided by the AWS_WEB_IDENTITY_TOKEN_FILE environment. The service account is created by annotating the default service account eks.amazonaws.com/role-arn.
This issue seems to be due to the fact that the securityContext: fsGroup is not being set to the GID of the controller's user.
On an EKS cluster with IRSA enabled the source-controller cannot access AWS resources via the
/var/run/secrets/eks.amazonaws.com/serviceaccount/token
as provided by theAWS_WEB_IDENTITY_TOKEN_FILE
environment. The service account is created by annotating the default service accounteks.amazonaws.com/role-arn
.This issue seems to be due to the fact that the
securityContext: fsGroup
is not being set to the GID of the controller's user.The text was updated successfully, but these errors were encountered: