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