#more labels to identify / monitor the volumes

1 messages · Page 1 of 1 (latest)

burnt crypt
#

Hi,

My storage administrators would like to see more and more labels to identify and monitor the used volumes which are created by the kubernetes users.
I have found only limited possibilites:
https://docs.netapp.com/us-en/trident/trident-use/vol-custom-name.html#backend-configuration-examples-with-name-template-and-labels

e.g.
{
"labels": {
"cluster": "label2",
"name": "{{ .volume.Name }}"
},
"defaults": {
"nameTemplate": "pool02_{{ .volume.Name }}{{ .labels.cluster }}{{ .volume.Namespace }}_{{ .volume.RequestName }}"
}

Is there any any additional possibility to add more ?
Or anyting extension in roadmap ?

thanks

abstract ember
#

hi @burnt crypt , those are only examples, you can basically put anything you like in those labels