Skip to content
#

csi

Here are 188 public repositories matching this topic...

leseb
leseb commented Sep 28, 2021

Describe the feature you'd like to have

Similar to ceph/ceph-csi#2541, it would be nice, to reduce friction and duplication of effort to export the templates (ds, dep, etc) through the ceph-csi package so consumers can easily create the appropriate resources.
For example, we see a lot of back and forth between ceph-csi and rook-ceph to update the template.
Those

good first issue component/deployment keepalive component/build
akhilles
akhilles commented May 27, 2021

Is your feature request related to a problem?/Why is this needed
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.10" takes a long time.

/feature

Describe the solution you'd like in detail
Publish zip, tarball archives with just the deploy/ files.

Describe alternatives you've considered
Publish a tag with j

good first issue kind/feature
topolvm
DebakelOrakel
DebakelOrakel commented Dec 1, 2021

What should the feature do:
Metrics for:

  • Nr. of TopoLVM managed pv
  • Nr. of LogicalVolumes

What is use case behind this feature:
If the retention policy is Retain and a user deletes a pvc/pv the corresponding LogicalVolume is not deleted,

good first issue request
schantaraud
schantaraud commented Aug 24, 2021

It seems that a common way of storing non-Unicode secrets in Vault is to base64-encode them. Is there currently a way to mount these through the CSI provider without adding a manual decoding process?
If not, the Azure driver supports an objectEncoding property (see Azure/secrets-store-csi-driver-provider-azure#236). Would you accept a PR that adds a similar feature?

enhancement good first issue

Improve this page

Add a description, image, and links to the csi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the csi topic, visit your repo's landing page and select "manage topics."

Learn more