lib-volume-populator
lib-volume-populator copied to clipboard
Shared library for use by volume populators.
**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:...
A post of "Kubernetes 1.33: Volume Populators Graduate to GA" https://kubernetes.io/blog/2022/05/16/volume-populators-beta/ https://kubernetes.io/blog/2021/08/30/volume-populators-redesigned/
Discussed in https://github.com/kubernetes-csi/lib-volume-populator/pull/190, add logging in controller. /assign @dannawang0221
Current implementation doesn't check if the populator pod, pvcPrime and other temporary resources get fully deleted before remove the finalizer. We should requeue PVC after delete the temporary resources and...
If a PVC's dataSourceRef is deleted, syncPVC will exit early: https://github.com/kubernetes-csi/lib-volume-populator/blob/c696c1d767ca61393c5520eaa55600c605cc6bca/populator-machinery/controller.go#L649 This is fine is the PVC transfer is not yet complete, but if a partial transfer is in progress,...
**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:...
Bumps the k8s-dependencies group with 4 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/client-go](https://github.com/kubernetes/client-go), [k8s.io/component-base](https://github.com/kubernetes/component-base) and [k8s.io/component-helpers](https://github.com/kubernetes/component-helpers). Updates `k8s.io/api` from 0.34.1 to 0.34.2 Commits e28454b Update dependencies to v0.34.2 tag See...
Bumps the github-dependencies group with 1 update in the / directory: [github.com/prometheus/common](https://github.com/prometheus/common). Updates `github.com/prometheus/common` from 0.65.0 to 0.66.1 Release notes Sourced from github.com/prometheus/common's releases. v0.66.1 This release has no functional...
/kind bug /priority important-soon https://github.com/kubernetes/k8s.io/issues/1523 gcr.io/k8s-testimages is a legacy Google-owned GCR/AR repo. We should migrate to a community-owned AR registry. See for example https://github.com/kubernetes/k8s.io/issues/1523#issuecomment-918396791 https://cs.k8s.io/?q=k8s-testimages&i=nope&literal=nope&files=&excludeFiles=&repos=kubernetes-csi/lib-volume-populator
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Update the module name in the `v2` release to follow the Go Module...