From 82449c5dcf89bb92e8a4df338da79c8f6f50aa9a Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Thu, 8 Jun 2017 12:14:33 -0400 Subject: [PATCH] Clarify the required uniqueness of Label Key fixes #16812 https://github.com/kubernetes/kubernetes/issues/16812 The issue was opened year back against Kubernetes, not moving it to k8s. github.io issues but I will close the issue once these changes merge. --- docs/concepts/overview/working-with-objects/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/working-with-objects/labels.md b/docs/concepts/overview/working-with-objects/labels.md index 91e90e8a81..8e4019fb77 100644 --- a/docs/concepts/overview/working-with-objects/labels.md +++ b/docs/concepts/overview/working-with-objects/labels.md @@ -38,7 +38,7 @@ Example labels: * `"partition" : "customerA"`, `"partition" : "customerB"` * `"track" : "daily"`, `"track" : "weekly"` -These are just examples; you are free to develop your own conventions. +These are just examples of commonly used labels; you are free to develop your own conventions. Keep in mind that label Key must be unique for a given object. ## Syntax and character set