Skip to content

Commit

Permalink
Merge pull request #585 from holmesb/bh/regional_sts_endpoints
Browse files Browse the repository at this point in the history
Conditionally added AWS_STS_REGIONAL_ENDPOINTS flag
  • Loading branch information
k8s-ci-robot authored Mar 10, 2022
2 parents 573e172 + 944c6db commit b666822
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions charts/aws-efs-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Helm chart

# v2.2.4
* Add STS regional endpoints flag to fix PV creation on private EKS

# v2.2.3
* Bump app/driver version to `v1.3.6`

Expand Down
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: aws-efs-csi-driver
version: 2.2.2
version: 2.2.4
appVersion: 1.3.6
kubeVersion: ">=1.17.0-0"
description: "A Helm chart for AWS EFS CSI Driver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock
{{- if .Values.controller.regionalStsEndpoints }}
- name: AWS_STS_REGIONAL_ENDPOINTS
value: regional
{{- end }}
volumeMounts:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ controller:
## Enable if EKS IAM for SA is used
# eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/efs-csi-role
healthPort: 9909

regionalStsEndpoints: false
## Node daemonset variables

node:
Expand Down

0 comments on commit b666822

Please sign in to comment.