Helm Chart for Archil CSI Driver
1.5K
⚠️ Warning: The Archil CSI Driver Helm Chart is currently in preview.
The official Helm chart for deploying the Archil CSI Driver on Kubernetes clusters. This chart deploys the archildata/csi-driver container image and handles all necessary Kubernetes resources including RBAC, CSI registration, and the driver DaemonSet.
For comprehensive Archil documentation, visit our docs.
Note: The Archil CSI Driver does not support dynamic provisioning of disks. You must create the disk in the Archil console first.
helm install archil-csi-driver \
oci://registry-1.docker.io/archildata/csi-driver-chart \
--namespace archil-system \
--create-namespace
To use AWS IAM role authentication, update your helm release:
helm upgrade archil-csi-driver \
oci://registry-1.docker.io/archildata/csi-driver-chart \
--set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=arn:aws:iam::123456789012:role/ArchilCSIRole
Restart the CSI driver daemonset:
kubectl rollout restart daemonset/archil-csi-node -n archil-system
Note: This IAM role is used for authentication from the CSI driver to all disks. The Archil CSI Driver does not currently support specifying IAM roles on a per-disk basis.
The following table describes the primary configuration options:
| 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 |
For the complete list of values, see the CSI driver documentation.
For issues and support, contact [email protected].
Content type
Helm
Digest
sha256:02a19544f…
Size
8.6 kB
Last updated
about 12 hours ago
helm pull oci://registry-1.docker.io/archildata/csi-driver-chart --version 0.8.38