Skip to content

Commit

Permalink
Fixing sa creation cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakhaws committed Feb 1, 2024
1 parent 383bf8a commit 6714b2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Kubernetes Version >= 1.23

## Installation
> [!NOTE]
> To install the Mountpoint for S3 CSI Driver using EKS Add-on (recommended) follow [the guide](https://docs.aws.amazon.com/eks/latest/userguide/s3-csi.html) on EKS.
### Cluster setup (optional)
If you don't have an existing cluster, you can follow these steps to setup an EKS cluster. Clusters using the driver must use a supported OS (see [README](/README.md#distros-support-matrix)) on either x86_64 or ARM64.
Expand Down Expand Up @@ -64,7 +66,8 @@ eksctl create iamserviceaccount \
--attach-policy-arn $ROLE_ARN \
--approve \
--role-name $ROLE_NAME \
--region $REGION
--region $REGION \
--role-only
```
##### [Optional] Validate the account was succesfully created
```
Expand Down

0 comments on commit 6714b2b

Please sign in to comment.