-
Notifications
You must be signed in to change notification settings - Fork 1.6k
efs-provisioner: error retrieving resource lock - endpoint is forbidden #1209
Comments
Got it working by changing the RBAC to:
And adding the service account to the manifest.yaml
^^ Found this in an old ticket (#953), but doesn't look like a fix was ever rolled out. Would be worth integrating these fixes as its quite annoying following docs and example yamls that are out of date and wrong. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Hit this just & @richstokes comment fixed it. The docs can seriously do with some updates. |
This is likely due to the efs-provisioner's deployment being in the non-default namespace. |
@wavetylor Thank you so much for posting! That's what I needed. Added the namespace to the Role and RoleBinding fixed my issue! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Thanks for reporting the issue! This repo is no longer being maintained and we are in the process of archiving this repo. Please see kubernetes/org#1563 for more details. If your issue relates to nfs provisioners, please create a new issue in https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner or https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner. Going to close this issue in order to archive this repo. Apologies for the churn and thanks for your patience! 🙏 |
Using AWS EFS.
Followed instructions (https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs), applied RBAC yaml. But getting this in the efs-provisioner logs:
What am I/the docs missing here?
The text was updated successfully, but these errors were encountered: