From 651a0c2183a3bd546c9eb6323e2c7669567237ed Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Wed, 28 Jul 2021 11:30:35 +0800 Subject: [PATCH] Amend the annotation concept --- .../concepts/overview/working-with-objects/annotations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/concepts/overview/working-with-objects/annotations.md b/content/en/docs/concepts/overview/working-with-objects/annotations.md index fe31841612..f09820bc32 100644 --- a/content/en/docs/concepts/overview/working-with-objects/annotations.md +++ b/content/en/docs/concepts/overview/working-with-objects/annotations.md @@ -30,6 +30,11 @@ Annotations, like labels, are key/value maps: } ``` +{{}} +The keys and the values in the map must be strings. In other words, you cannot use +numeric, boolean, list or other types for either the keys or the values. +{{}} + Here are some examples of information that could be recorded in annotations: * Fields managed by a declarative configuration layer. Attaching these fields