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.
This commit is contained in:
committed by
Andrew Chen
parent
fb2ba2d962
commit
82449c5dcf
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user