lib-volume-populator
lib-volume-populator copied to clipboard
Shared library for use by volume populators.
Add an optional stop channel field in the Volume Populator config so that the controller can be stopped/re-started from outside of the OSS volume populator. This is a necessary step...
Bumps the k8s-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.0` |...
The documentation in https://github.com/kubernetes-csi/lib-volume-populator/tree/master/example/hello-populator seems very incomplete. I applied the crd.yaml file and that was fine: ``` $ kubectl apply -f crd.yaml customresourcedefinition.apiextensions.k8s.io/hellos.hello.example.com created ``` but applying the deploy.yaml file...
Bumps the k8s-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.0` |...
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.53.0 to 0.55.0 Release notes Sourced from github.com/prometheus/common's releases. v0.55.0 What's Changed Update Go modules...
**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:...
# Use Case and Context For use with [Cluster trust bundles](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/#cluster-trust-bundles). The way a CA bundle is added to the container's CA trust store depends on the distro: Debian distros:...
Bumps the k8s-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.33.0` |...
Bumps the github-dependencies group with 2 updates in the / directory: [github.com/prometheus/client_model](https://github.com/prometheus/client_model) and [github.com/prometheus/common](https://github.com/prometheus/common). Updates `github.com/prometheus/client_model` from 0.6.1 to 0.6.2 Release notes Sourced from github.com/prometheus/client_model's releases. v0.6.2 What's Changed Synchronize...
**Description** Currently, the volume populator library lacks a metric to track the time it takes for a PVC to transition to the "bound" state. This metric would be valuable for...