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.
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.
Hope that helps!
- Bobby.