Image Overview: dynamic-localpv-provisioner

Overview: dynamic-localpv-provisioner Chainguard Image

Dynamic Local Volumes for Kubernetes Stateful workloads.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/dynamic-localpv-provisioner:latest

Testing

Fortunately, we have a Helm Chart ready-to-use for testing this image.

You can find it here.

Basically, all you need to do is running the commands below to test the application:

helm repo add openebs-localpv https://openebs.github.io/dynamic-localpv-provisioner
helm repo update
helm install openebs-localpv openebs-localpv/dynamic-localpv-provisioner \
  --set localpv.image.registry=cgr.dev/ \
  --set localpv.image.repository=chainguard/dynamic-localpv-provisioner \
  --set localpv.image.tag=latest

Once you run the commands above, you will end up having the application running on your cluster.

Last updated: 2024-04-11 12:38