sajad torkamani
kubectl label <resource> <resource-name> version=v1

# Update pod 'foo' with the label 'unhealthy' and the value 'true'
kubectl label pods foo unhealthy=true

Tagged: Kubernetes