We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Blocking #13
Sorry, something went wrong.
usrbinkat
No branches or pull requests
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 get values -n kube-system csi-driver-nfs
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.
The text was updated successfully, but these errors were encountered: