Sign inSign up

archildata/csi-driver-chart

By archildata

Updated about 12 hours ago

Helm Chart for Archil CSI Driver

Helm
0

1.5K

archildata/csi-driver-chart repository overview

Archil CSI Driver Helm Chart

⚠️ 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.

Quickstart

Note: The Archil CSI Driver does not support dynamic provisioning of disks. You must create the disk in the Archil console first.

Install the CSI driver
helm install archil-csi-driver \
  oci://registry-1.docker.io/archildata/csi-driver-chart \
  --namespace archil-system \
  --create-namespace

Configuration reference

AWS IAM authentication

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.

Values

The following table describes the primary configuration options:

ParameterDescriptionDefaultRequired
image.tagContainer image tag0.1.0No
image.pullPolicyImage pull policyIfNotPresentNo
serviceAccount.annotationsService account annotations for AWS IRSA{}No

For the complete list of values, see the CSI driver documentation.

Support

For issues and support, contact [email protected].

Changelog

0.1.0 (2025-07-28)
  • Initial preview release

Tag summary

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