There was an error while loading. Please reload this page.
1 parent 8ef4002 commit 01949e4Copy full SHA for 01949e4
2 files changed
FAQ.md
@@ -70,4 +70,4 @@ You're in the right place. Clone this repo and run `make install WHAT=./staging/
70
71
## What does kcp stand for / how to spell it?
72
73
-`kcp` stands for "Kube for Control Plane" and should always be written in lowercase letters.
+`kcp` stands for "Kubernetes-like control planes" and should always be written in lowercase letters.
cmd/kcp/kcp.go
@@ -48,7 +48,7 @@ import (
48
func main() {
49
cmd := &cobra.Command{
50
Use: "kcp",
51
- Short: "Kube for Control Plane (kcp)",
+ Short: "Kubernetes-like Control Planes (kcp)",
52
Long: help.Doc(`
53
kcp is a Kubernetes-like control plane focusing on
54
0 commit comments