Skip to content

Commit 32a3339

Browse files
authored
Add a note to recommend to use compatible chart and image versions (#3559)
1 parent e8e9fa9 commit 32a3339

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/aws-load-balancer-controller/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,11 @@ If you are setting `serviceMonitor.enabled: true` you need to have installed the
9696

9797
## Installing the Chart
9898
**Note**: You need to uninstall aws-alb-ingress-controller. Please refer to the [upgrade](#Upgrade) section below before you proceed.
99+
99100
**Note**: Starting chart version 1.4.1, you need to explicitly set `clusterSecretsPermissions.allowAllSecrets` to true to grant the controller permission to access all secrets for OIDC feature. We recommend configuring access to individual secrets resource separately [[link](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/examples/secrets_access/)].
100101

102+
**Note**: To ensure compatibility, we recommend installing the AWS Load Balancer controller image version with its compatible Helm chart version. Use the ```helm search repo eks/aws-load-balancer-controller --versions``` command to find the compatible versions.
103+
101104
Add the EKS repository to Helm:
102105
```shell script
103106
helm repo add eks https://aws.github.io/eks-charts

0 commit comments

Comments
 (0)