Skip to content

Attempts to delete a VolumeSnapshotContent continually fail #203

@sventi555

Description

@sventi555

I tried to create a VolumeSnapshotContent that references a pre-existing snapshot in DigitalOcean. I then specify that VolumeSnapshotContent resource as a source in a VolumeSnapshot.

When I subsequently tried to delete both resources, the VolumeSnapshotContent did not delete (after being marked for deletion for over 10 minutes).

Here are the resource manifests:

apiVersion: snapshot.storage.k8s.io/v1beta1
kind: VolumeSnapshotContent
metadata:
  name: corner-mongo-snapshot-content
  namespace: corner
spec:
  deletionPolicy: Retain
  driver: hostpath.csi.k8s.io
  source:
    snapshotHandle: f2f3056c-01c8-11eb-9792-0a58ac14e18c
  volumeSnapshotRef:
    name: corner-mongo-snapshot
    namespace: corner
apiVersion: snapshot.storage.k8s.io/v1beta1
kind: VolumeSnapshot
metadata:
  name: corner-mongo-snapshot
  namespace: corner
spec:
  source:
    volumeSnapshotContentName: corner-mongo-snapshot-content

The snapshot indicated in the snapshotHandle exists on my DigitalOcean account.

Thank you!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions