external-snapshotter
external-snapshotter copied to clipboard
Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
**Is your feature request related to a problem?/Why is this needed** I notice that when I delete a volume group snapshot, and DeleteVolumeGroupSnapshot() is called, that the snapshotter calls ControllerDeleteSnapshot()...
**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...
**What happened**: The recent trivy scan showed there are some CRITICAL and HIGH severity vulnerabilities in v6.3.4. ``` registry.k8s.io/sig-storage/csi-snapshotter:v6.3.4 (debian 11.9) ================================================================ Total: 0 (HIGH: 0, CRITICAL: 0) csi-snapshotter (gobinary)...
**What happened**: I'm creating a static provisioning test for a VolumeGroupSnapshot, I'm getting errors when I create the VolumeGroupSnapshot when it refers to a statically provisioned VolumeGroupSnapshotContent. The error on...
**What happened**: got this in the 8.0.1 snapshotter while developing our CSI drivers volumegroupsnapshot logic, even though my code is problematic and not complete, I would expect the snapshotter to...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #1148 **Special notes for your reviewer**: **Does...
**What happened**: We have lots of existing volume snapshots(> 15,000) in our cluster. Sometimes we created a VolumeSnapshot object , the real snapshotting operation took place after a long time,...
**Is your feature request related to a problem?/Why is this needed** I'm looking to find an updated support policy, but the information on this page looks to be outdated: https://kubernetes-csi.github.io/docs/external-snapshotter.html....
**Component:** Kubernetes CSI Snapshotter **Version:** v8.0.1 **Image:** `registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1` **Detected by:** Aqua Security Trivy **Description:** I have tested the vulnerabilities for the image `registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1` using the Aqua Security Trivy scanner. The...
**What happened**: I do not know how exactly it happened, but I got into a situation when the snapshot controller was processing a VolumeGroupSnapshot and corresponding VolumeSnapshot already existed. The...