Skip to content

Commit 1200480

Browse files
committed
line-wrap
1 parent 1153730 commit 1200480

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed
Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Project Naming
22

3-
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`, ...
3+
The Kubernetes project has historically named most of our components/projects
4+
with a "kube" substring like `kube-proxy`, `kubectl`, `kube-apiserver`,
5+
`kube-controller-manager`, `kube-scheduler`, `minikube`, ...
46

57
"Kubernetes" and "K8s" are registered [trademarks under the Linux Foundation](https://www.linuxfoundation.org/legal/trademarks).
68

7-
We recommend *but do not require* Kubernetes SIGs consider leveraging these when naming new subprojects, to further identify as an official project.
9+
We recommend *but do not require* Kubernetes SIGs consider leveraging these when
10+
naming new subprojects, to further identify as an official project.
811

9-
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.
12+
We ask that third-party projects refrain from using confusing names that sound
13+
like an official Kubernetes subproject, i.e. "kube", "k8s", "kubernetes"
14+
substrings and pick some alternate creative name, with a notable exception for
15+
[Conformant Distros](https://www.cncf.io/training/certification/software-conformance/).
16+
Many existing projects have not done this, and we are not seeking to alter them, but
17+
do remember that "k8s" and "kubernetes" are protected trademarks.
1018

11-
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)
19+
If you'd like to start a new sub-project within the Kubernetes project, see our
20+
[repository donation / creation guidelines](https://git.k8s.io/community/github-management/kubernetes-repositories.md).

0 commit comments

Comments
 (0)