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
I'm not being able to attach a secret on a pod, i get this error.
MY_POD_LOG
MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = Unknown desc = failed to mount secrets store objects for pod ns-ai-service/ns-ai-service-858bf5f554-2jp8c, err: error connecting to provider "aws": provider not found: provider "aws"
ecrets-store-csi-driver LOG
E0831 21:56:53.626573 1 nodeserver.go:242] "failed to mount secrets store object content" err="error connecting to provider \"aws\": provider not found: provider \"aws\"" pod="ns-ai-service/ns-ai-service-858bf5f554-2jp8c"
I0831 21:56:53.626595 1 nodeserver.go:88] "unmounting target path as node publish volume failed" targetPath="/var/lib/kubelet/pods/73dffdf5-a15c-4ece-b330-b627e636094e/volumes/kubernetes.io~csi/secrets-store-inline/mount" pod="ns-ai-service/ns-ai-service-858bf5f554-2jp8c"
Update
ok I've fixed this issue setting the toleration value on
secrets-store-csi-driver-provider-aws
CLOSING THIS IN FAVOR OF #267
Describe the bug
I'm not being able to attach a secret on a pod, i get this error.
MY_POD_LOG
ecrets-store-csi-driver LOG
aws-secrets-manager-secrets-store-csi-driver-provider-aws LOG
Already tried some of the solutions discussed on this issue #91 but found the following:
the tolerations on secrets-store-csi-driver are already set on
[{"operator": "Exists"}]
the
grpcSupportedProviders
setting is not available or needed anymore on the secrets-store-csi-driver chartTo Reproduce
Steps to reproduce the behavior:
Deploy the CSI drivers helm charts (I use terraform)
SecretProviderClass
serviceAccount
Deployment
If yes, the issue is likely with the k8s Secrets Store CSI driver, not the AWS provider. Open an issue in that repo.
Expected behavior
I would like to make it work.
Environment:
Kubernetes version
1.25
AMI release version
1.25.12-20230825
AMI type
AL2_x86_64
Platform version
eks.6
Terraform Helm
source = "hashicorp/helm"
version = ">= 2.9.0"
Thank you guys for any hint you can give to me.
The text was updated successfully, but these errors were encountered: