mirror of https://github.com/kubernetes/kops.git
aws: Set AWS_REGION env var for ebs-csi-node and ebs-csi-driver
This commit is contained in:
parent
5b15753ad0
commit
56aae28776
|
@ -419,6 +419,8 @@ spec:
|
|||
- name: AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
|
||||
value: IPv6
|
||||
{{- end }}
|
||||
- name: AWS_REGION
|
||||
value: {{ Region }}
|
||||
- name: CSI_ENDPOINT
|
||||
value: unix:/csi/csi.sock
|
||||
- name: CSI_NODE_NAME
|
||||
|
@ -682,6 +684,8 @@ spec:
|
|||
- name: AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
|
||||
value: IPv6
|
||||
{{- end }}
|
||||
- name: AWS_REGION
|
||||
value: {{ Region }}
|
||||
- name: CSI_ENDPOINT
|
||||
value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock
|
||||
- name: CSI_NODE_NAME
|
||||
|
|
Loading…
Reference in New Issue