Error when label value violates naming rules
Label value invalid format or exceeds length
kubectl get resource -o yaml | grep labels
Lowercase alphanumeric max 63
kubectl label resource key=value
Use hyphens not special chars
Label values max 63 chars alphanumeric hyphens underscores. Must start end alphanumeric. Use annotations for complex metadata.
Annotations allow complex
kubectl get --show-labels