external-snapshotter icon indicating copy to clipboard operation
external-snapshotter copied to clipboard

Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.

Results 112 external-snapshotter issues
Sort by recently updated
recently updated
newest added

**What happened**: In our csi-driver snapshot controller logs shows below error. There is no impact on functionality. But there are too many of these errors. ``` snapshot controller failed to...

help wanted

**What happened**: So we have a setup where a snapshot gets updated quite often (every 30 minutes) and the way we do that is by simply deleting it and re-creating...

**Is your feature request related to a problem?/Why is this needed** I'd like to request this repo add the Slack GithubApp [found here](https://slack.github.com/) so that we can setup notifications for...

lifecycle/frozen

**What happened**: Create snapshot content X with `volumeSnapshotRef` field and namespace: `one` . Create snapshot Y with namespace `two`. Error outputs `Failed to check and update snapshot: VolumeSnapshotContent [X] is...

lifecycle/rotten

We got a request to have a swagger.json so that it can be used to generate client code using Swagger Codegen.

help wanted
lifecycle/stale

**What type of PR is this?** /kind feature deprecation **What this PR does / why we need it**: Related to: - https://github.com/kubernetes/k8s.io/issues/3411 Switch to the new endpoint for container images....

kind/feature
cncf-cla: yes
needs-rebase
kind/cleanup
do-not-merge/release-note-label-needed
size/XS
kind/deprecation

Currently a user can do the following: - Create a PVC with filesystem mode, take a snapshot, and create a new PVC with block mode using the snapshot as the...

version info: csi-provisioner:v2.0.4 csi-snapshotter:v3.0.2 snapshot-controller:v3.0.3 snapshot-controller error log: snapshot_controller_base.go:192] Failed to sync snapshot "default/new-snapshot-test", will retry again: snapshot controller failed to update new-snapshot-test on API server: failed to update object...

lifecycle/stale

See https://testgrid.k8s.io/sig-storage-kubernetes#volume-snapshot. The failures started after https://github.com/kubernetes/kubernetes/pull/110204 was merged, which updated the controller from v4 to v6. Failures for the mock csi driver tests are due to the VolumeSnapshot not...