File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ to access S3 and EC2 resources.
338
338
The created ServiceAccount ` velero ` will be specified in velero helm chart later.
339
339
340
340
``` bash
341
- tee " ${TMP_DIR} /${CLUSTER_FQDN} /eksctl-${CLUSTER_NAME} -iam-podidentityassociations.yaml " << EOF
341
+ tee " ${TMP_DIR} /${CLUSTER_FQDN} /eksctl-${CLUSTER_NAME} -iam-podidentityassociations.yml " << EOF
342
342
apiVersion: eksctl.io/v1alpha5
343
343
kind: ClusterConfig
344
344
metadata:
380
380
Resource:
381
381
- "arn:aws:s3:::${CLUSTER_FQDN} "
382
382
EOF
383
- eksctl create podidentityassociation --config-file " ${TMP_DIR} /${CLUSTER_FQDN} /eksctl-${CLUSTER_NAME} -iam-podidentityassociations.yaml "
383
+ eksctl create podidentityassociation --config-file " ${TMP_DIR} /${CLUSTER_FQDN} /eksctl-${CLUSTER_NAME} -iam-podidentityassociations.yml "
384
384
```
385
385
386
386
``` console
You can’t perform that action at this time.
0 commit comments