From d554721070c37706180e05003da9dd21e5711b01 Mon Sep 17 00:00:00 2001 From: aakankshabhende Date: Mon, 13 Jan 2025 22:12:16 +0530 Subject: [PATCH] Removed lowercase alphanumeric characters requirement for object naming Signed-off-by: aakankshabhende --- content/en/docs/concepts/overview/working-with-objects/names.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/names.md b/content/en/docs/concepts/overview/working-with-objects/names.md index 02fb2fd1ecfa2..ed7ca7e31ae06 100644 --- a/content/en/docs/concepts/overview/working-with-objects/names.md +++ b/content/en/docs/concepts/overview/working-with-objects/names.md @@ -47,7 +47,6 @@ as defined in [RFC 1123](https://tools.ietf.org/html/rfc1123). This means the name must: - contain no more than 253 characters -- contain only lowercase alphanumeric characters, '-' or '.' - start with an alphanumeric character - end with an alphanumeric character @@ -58,7 +57,6 @@ label standard as defined in [RFC 1123](https://tools.ietf.org/html/rfc1123). This means the name must: - contain at most 63 characters -- contain only lowercase alphanumeric characters or '-' - start with an alphanumeric character - end with an alphanumeric character