Skip to content

Commit

Permalink
Add reminder to always update weaveworks when updating policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley-wenyizha committed May 17, 2023
1 parent e65d6e6 commit 4458387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,11 @@ Before the example, you need to:
Allow ```elasticfilesystem:DescribeMountTargets``` and ```ec2:DescribeAvailabilityZones``` actions in your policy attached to the EKS service account role, refer to example policy [here](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/iam-policy-example.json#L9-L10).

## Development
Please go through [CSI Spec](https://github.com/container-storage-interface/spec/blob/master/spec.md) and [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs) to get some basic understanding of CSI driver before you start.
* Please go through [CSI Spec](https://github.com/container-storage-interface/spec/blob/master/spec.md) and [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs) to get some basic understanding of CSI driver before you start.

* If you are about to update iam policy file, please also update efs policy in weaveworks/eksctl
https://github.com/weaveworks/eksctl/blob/main/pkg/cfn/builder/statement.go
*/

### Requirements
* Golang 1.13.4+
Expand Down
2 changes: 1 addition & 1 deletion docs/iam-policy-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
}
}
]
}
}

0 comments on commit 4458387

Please sign in to comment.