Skip to content

never delete PVs while the PVC exists #507

Closed
kubernetes/kubernetes
#95909
@pohly

Description

@pohly

When doing performance testing, the following was observed:

  • the CSI driver created PVs faster than the volume controller could bind them to the PVCs that triggered provisioning
  • at some point, external-provisioner started deleting those PVs and then re-created them because of the PVCs

The external-provisioner should never delete PVs that it just created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions