Secrets Manager CSI Driver not working properly in EKS cluster

0

Hi, I'm having an issue with the following logs in the secrets-store-csi-driver pod, even for a pod is getting correctly a given secret, it seems like alpha features for the csi is not working properly like enableSecretRotation=true because the csi-driver pod is not working properly

I0215 02:28:01.219102       1 main.go:167] Version: v2.8.0
I0215 02:28:01.219174       1 main.go:168] Running node-driver-registrar in mode=registration
I0215 02:28:01.219689       1 main.go:192] Attempting to open a gRPC connection with: "/csi/csi.sock"
I0215 02:28:01.219724       1 connection.go:164] Connecting to unix:///csi/csi.sock
I0215 02:28:03.380254       1 main.go:199] Calling CSI driver to discover driver name
I0215 02:28:03.380324       1 connection.go:193] GRPC call: /csi.v1.Identity/GetPluginInfo
I0215 02:28:03.380334       1 connection.go:194] GRPC request: {}
I0215 02:28:03.385529       1 connection.go:200] GRPC response: {"name":"secrets-store.csi.k8s.io","vendor_version":"v1.4.1"}
I0215 02:28:03.385549       1 connection.go:201] GRPC error: <nil>
I0215 02:28:03.385561       1 main.go:209] CSI driver name: "secrets-store.csi.k8s.io"
I0215 02:28:03.385588       1 node_register.go:53] Starting Registration Server at: /registration/secrets-store.csi.k8s.io-reg.sock
I0215 02:28:03.385824       1 node_register.go:62] Registration Server started at: /registration/secrets-store.csi.k8s.io-reg.sock
I0215 02:28:03.386002       1 node_register.go:92] Skipping HTTP server because endpoint is set to: ""
I0215 02:28:03.435109       1 main.go:102] Received GetInfo call: &InfoRequest{}
I0215 02:28:03.435387       1 main.go:109] "Kubelet registration probe created" path="/var/lib/kubelet/plugins/csi-secrets-store/registration"
I0215 02:28:03.471522       1 main.go:121] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:true,Error:,}
1 Answer

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