-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding RoleArn option for the driver #2119
Conversation
Welcome @sarthakkothari! |
Hi @sarthakkothari. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Code Coverage Diff
|
/ok-to-test |
@chu-yik: changing LGTM is restricted to collaborators In response to this: 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-sigs/prow repository. |
This change is adding a fourth method of getting IAM permissions to the driver. So the relevant section of the documentation should be updated. |
@wmesard I've added the details in the options.md file. What exactly needs to be added in the installation part of the document? The document doesn't seem to go over any details regarding running the controllers outside of the target cluster. |
My comment was about authZ, not about where the driver is running. And your addition to that document shouldn't mention anything about where the driver is running either, since that is merely one possible use case for the proposed code change. (In other words, this is not a Tachyon-specific change. Leave the Tachyon use-case out of the discussion.) The section I linked to says:
I'm saying you should add a fourth bullet. Something like:
Or something like that. |
/hold |
PR needs rebase. 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-sigs/prow repository. |
/close Closing this outdated PR for now |
@ConnorJC3: Closed this PR. In response to this:
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-sigs/prow repository. |
Is this a bug fix or adding new feature?
New Feature
What is this PR about? / Why do we need it?
Adds the ability to provide a role to interact with EC2 APIs.