Clarification on IAM requirements
Reviewing this for inclusion in https://github.com/kubernetes-sigs/cluster-api-provider-aws, I just want a clarification as I've been going through the code. Are IAM permissions required specifically on every node, or only nodes running the controller? The driver-only code path doesn't seem to call into pkg/cloud/NewCloud() as far as I can tell. Is that reading correct?
/triage support /kind docs
@randomvariable: The label(s) kind/docs cannot be applied, because the repository doesn't have them
In response to this:
Reviewing this for inclusion in https://github.com/kubernetes-sigs/cluster-api-provider-aws, I just want a clarification as I've been going through the code. Are IAM permissions required specifically on every node, or only nodes running the controller? The driver-only code path doesn't seem to call into
pkg/cloud/NewCloud()as far as I can tell. Is that reading correct?/triage support /kind docs
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
/lifecycle frozen
/close
(closing out old issues)
Driver required permissions are documented in the installation docs (https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md#set-up-driver-permissions) - no permissions are required on each node.
@ConnorJC3: Closing this issue.
In response to this:
/close
(closing out old issues)
Driver required permissions are documented in the installation docs (https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md#set-up-driver-permissions) - no permissions are required on each node.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.