Report this

What is the reason for this report?

DigitalOcean Kubernetes PersistentVolumeClaim tag

Posted on January 15, 2022

I’m currently have a working PersistentVolumeClaim, as:

  volumeClaimTemplates:
    - metadata:
        name: pvc-app
      spec:
        accessModes:
          - ReadWriteOnce
        resources:
          requests:
            storage: 1Gi

The corresponding DigitalOcean’s Volume is created correctly, but I want to add my custom tag into it via the volumeClaimTemplates to know which DigitalOcean’s Volume is attched into which K8s Volume. Please help.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey @zenkilies,

Great idea, sounds like it’d be super useful!

The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.

https://ideas.digitalocean.com/

Hope that helps!

- Bobby.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Dark mode is coming soon.