diff --git a/examples/irsa/README.md b/examples/irsa/README.md index 0af4d7b440..fd30ad3e3e 100644 --- a/examples/irsa/README.md +++ b/examples/irsa/README.md @@ -28,7 +28,9 @@ Replace `` with your AWS account ID in `cluster-autoscaler-chart-val Install the chart using the provided values file: ``` -helm install --name cluster-autoscaler --namespace kube-system stable/cluster-autoscaler --values=cluster-autoscaler-chart-values.yaml +$ helm repo add autoscaler https://kubernetes.github.io/autoscaler +$ helm repo update +$ helm install cluster-autoscaler --namespace kube-system autoscaler/cluster-autoscaler-chart --values=cluster-autoscaler-chart-values.yaml ``` ## Verify diff --git a/examples/irsa/cluster-autoscaler-chart-values.yaml b/examples/irsa/cluster-autoscaler-chart-values.yaml index 71b18c43a0..03f411f373 100644 --- a/examples/irsa/cluster-autoscaler-chart-values.yaml +++ b/examples/irsa/cluster-autoscaler-chart-values.yaml @@ -2,8 +2,9 @@ awsRegion: us-west-2 rbac: create: true - serviceAccountAnnotations: - eks.amazonaws.com/role-arn: "arn:aws:iam:::role/cluster-autoscaler" + serviceAccount: + annotations: + eks.amazonaws.com/role-arn: "arn:aws:iam:::role/cluster-autoscaler" autoDiscovery: clusterName: test-eks-irsa