ContainerCraft / Kargo

Kargo Private Cloud Platform
GNU General Public License v3.0
93 stars 11 forks source link

[RFE] Adding CSI-Driver-NFS via helm install #10

Open MichaelCade opened 8 months ago

MichaelCade commented 8 months ago

In my environment I have access to an NFS shared storage device so with my environment I am looking at deploying via helm the CSI-Driver-NFS option.

The helm command I am using is below.

helm install csi-driver-nfs csi-driver-nfs/csi-driver-nfs --namespace kube-system --version v4.6.0 --set externalSnapshotter.enabled=true --set controller.runOnControlPlane=true --set controller.replicas=2

helm get values -n kube-system csi-driver-nfs

USER-SUPPLIED VALUES:
controller:
  replicas: 2
  runOnControlPlane: true
externalSnapshotter:
  enabled: true

A helm install is not enough we also need a StorageClass, Snapshotclass

Just documenting here so we can add to Kargo if requested and needed.

usrbinkat commented 7 months ago

Blocking https://github.com/ContainerCraft/Kargo/issues/13