Karthik Basavaraj
Karthik Basavaraj
@djakielskiadesso Can you provide logs from `efs-plugin` on the `efs-csi-controller` pod.
@RK-GITHUB Can you describe your SC `efs-dummy`? Also you provide `efs-plugin` and `csi-provisioner` logs from your `efs-csi-controller` pod?
@RK-GITHUB Can you make sure your storage class has your file system id. The file-system Id in your storage class is same as the example file system Id that we...
@sergebasso @djakielskiadesso Do you have the right IAM permissions attached to your controller's service account to create an access point? Example IAM policy which grants here create permissions are [here](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/iam-policy-example.json).
@MatteoMori Thanks for pointing this out. There is a [bug](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/pkg/driver/controller.go#L200) in the code which fails access point validation. By default, if you do not provide the `basePath` parameter, controller assumes...
@RK-GITHUB From the controller logs you have posted here, it appears you are either missing [IAM permissions](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/iam-policy-example.json) to call `DescribeFileSystem` efs API or the file system ID in your storage...
@RK-GITHUB Can you describe your storage class and post `efs-plugin` and `csi-provisioner`logs from controller?