csi
Here are 192 public repositories matching this topic...
-
Updated
Jun 16, 2022 - Makefile
-
Updated
Jun 24, 2022 - Go
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
-
Updated
May 23, 2022 - Java
-
Updated
Jun 24, 2022 - Go
-
Updated
Jun 25, 2022 - Go
-
Updated
Jun 21, 2022 - Python
-
Updated
Jun 24, 2022 - Go
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,
Volume encryption
-
Updated
Jun 26, 2022 - Go
-
Updated
Jun 23, 2022 - Go
-
Updated
Jun 25, 2022 - Go
When running kubectl describe datasets dataset-name the remote bucket credentials are shown in plaintext. This also happens with kubectl describe datasetinternal/dataset-name when the cache plugin still hasn't provisioned the caching endpoint along with its credentials.
The drive matching mechanism in directpv is based on immutable/hardware persistent properties like wwid, serialno etc and mutable/software properties like fsuuid, mduuid etc. The immutable property match is considered to be a "conclusive" match and the mutable property match is just a "considered" match.
Currently, for fresh installations on a setup with virtual disks (with zero h/w immutable p
-
Updated
Jun 23, 2022 - Go
-
Updated
Jun 20, 2022 - Go
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?
-
Updated
Jun 25, 2022 - Go
-
Updated
Dec 23, 2021 - C
-
Updated
Feb 2, 2022 - Go
-
Updated
Jun 1, 2022 - Go
-
Updated
Jun 23, 2022 - Go
I want to visualize the CSI Amplitude Data in real-time. Is there any way to do that?
So far, I am able to plot the Amplitude data from a CSV file.
Thanks! Looking forward to your reply.
-
Updated
Jun 1, 2020 - C
-
Updated
Jun 9, 2022 - Go
Improve this page
Add a description, image, and links to the csi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the csi topic, visit your repo's landing page and select "manage topics."
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