Skip to content

Commit 178a2d6

Browse files
committed
Clarify function length
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a664e62 commit 178a2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Common issues:
9696

9797
### Is my function's name too long?
9898

99-
When using Kubernetes along with the Function CRD, a function's name can be no longer than 63 characters. This is due to a limitation on the length of label selectors within Kubernetes.
99+
When using OpenFaaS Standard or OpenFaaS for Enterprises along with the Function CRD, a function's name can be no longer than 63 characters. This is due to a limitation on the length of label selectors within Kubernetes.
100100

101101
If you need longer names for the sake of organisation, then consider [using namespaces](/reference/namespaces) to partition your functions.
102102

0 commit comments

Comments
 (0)