-
Notifications
You must be signed in to change notification settings - Fork 554
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
Updated the README with information on mountOptions that can be provided while mounting. #1006
Conversation
9fa5bbe
to
1aaad15
Compare
docs/README.md
Outdated
@@ -47,6 +47,15 @@ The following CSI interfaces are implemented: | |||
* The uid/gid configured on the access point is either the uid/gid specified in the storage class, a value in the gidRangeStart-gidRangeEnd (used as both uid/gid) specified in the storage class, or is a value selected by the driver is no uid/gid or gidRange is specified. | |||
* We suggest using [static provisioning](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/examples/kubernetes/static_provisioning/README.md) if you do not wish to use user identity enforcement. | |||
|
|||
**Note** | |||
|
|||
If you want to pass any other mountOptions to EFS CSI driver while mounting, they can be passed in pv and storage class for static and dynamic provisioning respectively. |
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.
I would capitalize the Kubernetes resources ->
...they can be passed in through the Persistent Volume or the Storage Class objects, depending on whether static or dynamic provisioning is used.
docs/README.md
Outdated
|
||
**lookupcache**: Specifies how the kernel manages its cache of directory entries for a given mount point. Mode can be one of all, none, pos, or positive. Each mode has different functions and for more information you can refer to this [link](https://linux.die.net/man/5/nfs). | ||
|
||
**iam**: The IAM option allows you to control the AWS Identity and Access Management Permissions for the EFS CSI driver and the associated EFS file system. |
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.
I would reword the iam
option. Maybe something like
"Use the CSI Node Pod's IAM identity to authenticate with EFS".
…ded while mounting.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mskanth972, RyanStan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/test pull-aws-efs-csi-driver-unit |
1 similar comment
/test pull-aws-efs-csi-driver-unit |
Is this a bug fix or adding new feature?
What is this PR about? / Why do we need it?
Updated the README with information on mountOptions that can be provided while mounting.
What testing is done?