Skip to content

Commit

Permalink
Clarify requirement for EC2 on EKS (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty authored Sep 19, 2023
1 parent 8d3e503 commit 1aace58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AWS offers two services to manage secrets and parameters conveniently in your co
## Installation

### Requirements
* Amazon Elastic Kubernetes Service (EKS) 1.17+ using ECS (Fargate is not supported **[^1]**)
* Amazon Elastic Kubernetes Service (EKS) 1.17+ running an EC2 node group (Fargate node groups are not supported **[^1]**)
* [Secrets Store CSI driver installed](https://secrets-store-csi-driver.sigs.k8s.io/getting-started/installation.html):
```shell
helm repo add secrets-store-csi-driver https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
Expand Down

0 comments on commit 1aace58

Please sign in to comment.