Skip to content

Commit

Permalink
Merge pull request #1317 from mskanth972/readmeupdate_
Browse files Browse the repository at this point in the history
  • Loading branch information
mskanth972 authored Apr 16, 2024
2 parents 97d9f9d + b9736ae commit 11f0253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ If you want to download the image with a manifest, we recommend first trying the

```sh
kubectl kustomize \
"github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/ecr/?ref=release-1.X" > private-ecr-driver.yaml
"github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/ecr/?ref=release-2.X" > private-ecr-driver.yaml
```
**Note**
If you encounter an issue that you aren't able to resolve by adding IAM permissions, try the [Manifest \(public registry\)](#-manifest-public-registry-) steps instead.
Expand Down Expand Up @@ -297,7 +297,7 @@ For some situations, you may not be able to add the necessary IAM permissions to
```sh
kubectl kustomize \
"github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.X" > public-ecr-driver.yaml
"github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-2.X" > public-ecr-driver.yaml
```
2. If you already created a service account by following [Create an IAM policy and role](./iam-policy-create.md), then edit the `public-ecr-driver.yaml` file. Remove the following lines that create a Kubernetes service account.
Expand Down

0 comments on commit 11f0253

Please sign in to comment.