Skip to content

Commit

Permalink
Merge pull request #508 from lancerushing/main
Browse files Browse the repository at this point in the history
Add note to restart image-reflector-controller after AWS IAM role change
  • Loading branch information
stefanprodan authored Apr 12, 2024
2 parents 986da01 + e7bf792 commit 0f98c6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/spec/v1beta2/imagerepositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ to the IAM role when using IRSA and you have to configure the
`image-reflector-controller` to assume the IAM role. Please see
[documentation](https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html).

Note when you change the IAM role for the service account, you will need to
restart the `image-reflector-controller` pod to use the new role. This is
always true for any controller running on EKS.

```bash
kubectl rollout restart deployment -n flux-system image-reflector-controller
```

#### Azure

The `azure` provider can be used to authenticate automatically using Workload
Expand Down

0 comments on commit 0f98c6d

Please sign in to comment.