Update content/en/docs/concepts/overview/working-with-objects/labels.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Mauricio Vásquez 2021-04-22 06:59:44 -05:00 committed by GitHub
parent 4f319fd5ab
commit 08b8930751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ The `kubernetes.io/` and `k8s.io/` prefixes are reserved for Kubernetes core com
Valid label value:
* must be 63 characters or less (can be empty),
* must begin and end with an alphanumeric character (`[a-z0-9A-Z]`),
* unless empty, must begin and end with an alphanumeric character (`[a-z0-9A-Z]`),
* could contain dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between.
For example, here's the configuration file for a Pod that has two labels `environment: production` and `app: nginx` :