From 12004808b6ebfcc554cbb83bbe7323b85204c99d Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 30 Jan 2025 20:24:53 -0800 Subject: [PATCH] line-wrap --- committee-steering/governance/project-naming.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/committee-steering/governance/project-naming.md b/committee-steering/governance/project-naming.md index c1328cf2a..eee660279 100644 --- a/committee-steering/governance/project-naming.md +++ b/committee-steering/governance/project-naming.md @@ -1,11 +1,20 @@ # Project Naming -The Kubernetes project has historically named most of our components/projects with a "kube" substring like `kube-proxy`, `kubectl`, `kube-apiserver`, `kube-controller-manager`, `kube-scheduler`, `minikube`, ... +The Kubernetes project has historically named most of our components/projects +with a "kube" substring like `kube-proxy`, `kubectl`, `kube-apiserver`, +`kube-controller-manager`, `kube-scheduler`, `minikube`, ... "Kubernetes" and "K8s" are registered [trademarks under the Linux Foundation](https://www.linuxfoundation.org/legal/trademarks). -We recommend *but do not require* Kubernetes SIGs consider leveraging these when naming new subprojects, to further identify as an official project. +We recommend *but do not require* Kubernetes SIGs consider leveraging these when +naming new subprojects, to further identify as an official project. -We ask that third-party projects refrain from using confusing names that sound like an official Kubernetes subproject, i.e. "kube", "k8s", "kubernetes" substrings and pick some alternate creative name, with a notable exception for [Conformant Distros](https://www.cncf.io/training/certification/software-conformance/). Many existing projects have not done this, and we are not seeking to alter them, but do remember that "k8s" and "kubernetes" are protected trademarks. +We ask that third-party projects refrain from using confusing names that sound +like an official Kubernetes subproject, i.e. "kube", "k8s", "kubernetes" +substrings and pick some alternate creative name, with a notable exception for +[Conformant Distros](https://www.cncf.io/training/certification/software-conformance/). +Many existing projects have not done this, and we are not seeking to alter them, but +do remember that "k8s" and "kubernetes" are protected trademarks. -If you'd like to start a new sub-project within the Kubernetes project, see our [repository donation / creation guidelines](https://git.k8s.io/community/github-management/kubernetes-repositories.md) +If you'd like to start a new sub-project within the Kubernetes project, see our +[repository donation / creation guidelines](https://git.k8s.io/community/github-management/kubernetes-repositories.md).