Kubernetes - Labels and Selectors
You try to add a label with
kubectl label pod mypod env=prod but get an error: error: label env already exists. What is the problem?