-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: Add missing TagResource permission needed for EFS CSI #1581
Merged
askulkarni2
merged 2 commits into
aws-ia:main
from
rrrkharse:efs-tag-resource-permission-fix
May 4, 2023
Merged
fix: Add missing TagResource permission needed for EFS CSI #1581
askulkarni2
merged 2 commits into
aws-ia:main
from
rrrkharse:efs-tag-resource-permission-fix
May 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rrrkharse
temporarily deployed
to
EKS Blueprints Test
May 4, 2023 20:08
— with
GitHub Actions
Inactive
askulkarni2
approved these changes
May 4, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
askulkarni2
changed the title
Add missing TagResource permission needed for EFS CSI
fix: Add missing TagResource permission needed for EFS CSI
May 4, 2023
askulkarni2
temporarily deployed
to
EKS Blueprints Test
May 4, 2023 20:44
— with
GitHub Actions
Inactive
rrrkharse
added a commit
to awslabs/kubeflow-manifests
that referenced
this pull request
May 10, 2023
- Updated the EKS Blueprints module version in use to v4.31, which contains the updated permissions fix for the EFS CSI driver to work correctly with Kubeflow. Details [here](aws-ia/terraform-aws-eks-blueprints#1581). - Added the `--skip-driver-installation` flag to the EFS auto setup script as a temporary workaround for the missing full Terraform EFS add-on support By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
rrrkharse
added a commit
to rrrkharse/kubeflow-manifests
that referenced
this pull request
May 11, 2023
…labs#731) - Updated the EKS Blueprints module version in use to v4.31, which contains the updated permissions fix for the EFS CSI driver to work correctly with Kubeflow. Details [here](aws-ia/terraform-aws-eks-blueprints#1581). - Added the `--skip-driver-installation` flag to the EFS auto setup script as a temporary workaround for the missing full Terraform EFS add-on support By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
gminiba
pushed a commit
to gminiba/terraform-aws-eks-blueprints
that referenced
this pull request
May 26, 2023
Co-authored-by: Apoorva Kulkarni <kuapoorv@amazon.com>
jsitu777
pushed a commit
to jsitu777/kubeflow-manifests
that referenced
this pull request
Jun 27, 2023
…labs#731) - Updated the EKS Blueprints module version in use to v4.31, which contains the updated permissions fix for the EFS CSI driver to work correctly with Kubeflow. Details [here](aws-ia/terraform-aws-eks-blueprints#1581). - Added the `--skip-driver-installation` flag to the EFS auto setup script as a temporary workaround for the missing full Terraform EFS add-on support By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds the
efs:TagResource
permissions the EFS CSI driver needs to add the required tags to the EFS file system in use.This is consistent with the example policy provided by in the EFS CSI driver documentation, which can be found here.
Motivation
Our downstream repository consumes EKS Blueprints Add-ons and uses the EFS CSI driver add-on. We noticed that when using EFS volumes our notebook provisioning process gets stuck at volume creation due to
Access Denied
exceptions. We determined this missing permission to be the root cause.More
pre-commit run -a
with this PRFor Moderators
Additional Notes
Testing:
EKS cluster with EFS add-on created successfully:
Role and policy created and tagged with the required permissions:
Full policy contents: