cvmfs-csi icon indicating copy to clipboard operation
cvmfs-csi copied to clipboard

start using `app.kubernetes.io/` labels

Open jcpunk opened this issue 2 years ago • 1 comments
trafficstars

The app.kubernetes.io/ labels are becoming part of the standard way of labeling things within the infrastructure. Can this be updated to start applying those labels to various elements?

jcpunk avatar Jun 20 '23 16:06 jcpunk

This will be hard to change (i.e. upgrade) without requiring a complete re-install of the driver. In many places, labels (and especially selectors in ReplicaSets) are read-only after deployment.

gman0 avatar Sep 25 '23 13:09 gman0