Documentation on mounting using the Kubernetes Container Storage Interface (CSI) driver for Archil disks.
accessMode
that you use when creating your PersistentVolume and PersistentVolumeClaim will determine whether the
disk is mounted with support for other clients to access it. When using ReadWriteOnce
, the disk is mounted into single
ownership mode, preventing other clients from accessing the disk. When using ReadWriteMany
, the disk is mounted with
--shared
, allowing multiple clients to access the disk simultaneously. For more details, see the
Shared Disks page.
values.yaml
:
Parameter | Description | Default | Required |
---|---|---|---|
image.tag | Container image tag | 0.1.0 | No |
image.pullPolicy | Image pull policy | IfNotPresent | No |
serviceAccount.annotations | Service account annotations for AWS IRSA | {} | No |
extraEnv | Additional environment variables for the CSI driver container | [] | No |
resources | Resource limits and requests for the CSI driver container | {} | No |
nodeSelector | Node selector for CSI driver pod placement | {} | No |
tolerations | Pod tolerations | [] | No |
affinity | Pod affinity rules | {} | No |