diff --git a/README.md b/README.md index f63e8db..dd16fdd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Before you begin, ensure you have the following: - A running Kubernetes cluster (non-EKS). - Helm installed on your local machine. - AWS user credentials with appropriate permissions. + - The permissions should allow irsa-manager to call the necessary AWS APIs. You can find all the APIs that irsa-manager calls in the internal/aws/aws.go interfaces. ## Setup @@ -116,7 +117,7 @@ The private key (oidc-issuer.key) generated previously can be read by the API se > [!NOTE] > Overwrite the existing settings. -> If you dont mount /path/to/file, you have to add the volumes field in this path +> If you do not mount /path/to directory, you need to add the volumes field to this path. For more details, refer to the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#serviceaccount-token-volume-projection).