ofek / csi-gcs

Kubernetes CSI driver for Google Cloud Storage
https://ofek.dev/csi-gcs/
Apache License 2.0
152 stars 39 forks source link

PublishedVolumes Garbage Collection #51

Closed maennchen closed 4 years ago

maennchen commented 4 years ago

If a Node is removed from the cluster, there'll be orphaned PublishedVolume entries.

To solve this, ownerReferences should be added pointing to the Node and the DaemonSet.

More information about the issue: https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/

maennchen commented 4 years ago

Replaced by #54