kubezero/charts/kubezero-aws-ebs-csi-driver/README.md.gotmpl

22 lines
569 B
Go Template

{{ template "chart.header" . }}
{{ template "chart.description" . }}
{{ template "chart.versionLine" . }}
{{ template "chart.sourceLinkLine" . }}
{{ template "chart.requirementsSection" . }}
## IAM Role
If you use kiam or kube2iam and restrict access on nodes running this controller please adjust:
```
podAnnotations:
iam.amazonaws.com/role: <ROLE>
```
## Storage Classes
By default it also creates the *ebs-sc-gp2-xfs* storage class for gp2, enrypted and XFS.
This class is by default also set as default storage class.
{{ template "chart.valuesSection" . }}