Skip to content

Commit 08b8930

Browse files
mauriciovasquezbernalTim Bannister
andauthored
Update content/en/docs/concepts/overview/working-with-objects/labels.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 4f319fd commit 08b8930

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The `kubernetes.io/` and `k8s.io/` prefixes are reserved for Kubernetes core com
5454

5555
Valid label value:
5656
* must be 63 characters or less (can be empty),
57-
* must begin and end with an alphanumeric character (`[a-z0-9A-Z]`),
57+
* unless empty, must begin and end with an alphanumeric character (`[a-z0-9A-Z]`),
5858
* could contain dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between.
5959

6060
For example, here's the configuration file for a Pod that has two labels `environment: production` and `app: nginx` :

0 commit comments

Comments
 (0)