Skip to content
New issue

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

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

Open
MichaelCade opened this issue Feb 5, 2024 · 1 comment
Open

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

MichaelCade opened this issue Feb 5, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request size/L ~1wk
Milestone

Comments

@MichaelCade
Copy link

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 usrbinkat self-assigned this Feb 18, 2024
@usrbinkat usrbinkat added the enhancement New feature or request label Feb 18, 2024
@usrbinkat usrbinkat added this to the MVP milestone Feb 18, 2024
@usrbinkat
Copy link
Member

Blocking #13

@usrbinkat usrbinkat moved this from Backlog to Ready in Kargo Community Platform Engineering Feb 18, 2024
@usrbinkat usrbinkat changed the title Adding CSI-Driver-NFS via helm install [RFE] Adding CSI-Driver-NFS via helm install Feb 18, 2024
@usrbinkat usrbinkat added the size/L ~1wk label Feb 18, 2024
@usrbinkat usrbinkat modified the milestones: MVP, alpha1 Apr 13, 2024
@usrbinkat usrbinkat moved this from Staging to Backlog in Kargo Community Platform Engineering Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/L ~1wk
Projects
Development

No branches or pull requests

2 participants