Add labels to PV

less than 1 minute read

#Add labels to PV

kubectl command

kubectl label pv <PV> <key>=<value>

example

kubectl label pv pv-5g-09 app=gitlab type=data

Categories:

Updated:

Leave a Comment