Hello,
I want to use the credential provider on EKS using the IRSA method.
However, I get an 404 not found error during the init phase of the pod.
The initContainer tries to reach the meta-data service with the role appended. I can reach the meta-data service just fine, but it's not working when it tries to reach the role subpath.
My service account is correctly annotated to use the role.
Is there any additional configuration required? I followed the steps from the AWS Readme.
Hello,
I want to use the credential provider on EKS using the IRSA method.
However, I get an 404 not found error during the init phase of the pod.
The initContainer tries to reach the meta-data service with the role appended. I can reach the meta-data service just fine, but it's not working when it tries to reach the role subpath.
My service account is correctly annotated to use the role.
Is there any additional configuration required? I followed the steps from the AWS Readme.