According to Kubernetes documentation
The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by labels.
Annotations, like labels, are key/value maps
Then there is a detailed explanation on the syntax of the annotation keys. But it says nothing about the value part.
Where can I find more about the allowed length and character set for the value of an annotation in Kubernetes?