Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 344dca7

Browse files
authored
Merge pull request #17 from charleszheng44/doc/add-terms-to-glossary
Add terms to CAPN glossary
2 parents 5f9d4f5 + 249e7e4 commit 344dca7

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

proposals/00_capn-glossary.md

+58-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document inherits terms from [Cluster API
44
Glossary](https://cluster-api.sigs.k8s.io/reference/glossary.html) to support
55
definitions for the Cluster API Provider Nested implementation.
66

7-
[C](#c) | [S](#s)
7+
[C](#c) | [E](#e) | [N](#n) | [S](#s)
88

99
# C
1010
---
@@ -14,3 +14,60 @@ definitions for the Cluster API Provider Nested implementation.
1414
### CAPN
1515

1616
Cluster API Provider Nested
17+
18+
### Component Controller
19+
20+
Operators that create the NestedControlPlane components, including the NestedEtcd controller, NestedAPIServer controller and NestedControllerManager controller.
21+
22+
### Cluster Admin
23+
24+
Responsible for creating the underlying super cluster, deploying component controllers, and in-charge of creating Nested clusters.
25+
26+
# E
27+
---
28+
29+
### End User
30+
31+
Represents a nested cluster user. These users have limited access to the super cluster.
32+
33+
# N
34+
---
35+
36+
### NestedControlPlane(NCP)
37+
38+
The control plane that are hosted on the super cluster.
39+
40+
### NestedEtcd(NEtcd)
41+
42+
The etcd that belongs to the control plane of the nested cluster.
43+
44+
### NestedAPIServer(NKAS)
45+
46+
The kube-apiserver which belongs to the control plane of the nested cluster.
47+
48+
### NestedControllerManager(NKCM)
49+
50+
The kube-control-manager which belongs to the control plane of the nested cluster.
51+
52+
### NCP
53+
54+
The abbreviation of the NestedControlPlane.
55+
56+
### NEtcd
57+
58+
The abbreviation of the NestedEtcd.
59+
60+
### NKAS
61+
62+
The abbreviation of the NestedAPIServer.
63+
64+
### NKCM
65+
66+
The abbreviation of the NestedControllerManager.
67+
68+
# S
69+
---
70+
71+
### Super Cluster
72+
73+
The underlying cluster that manages the physical nodes, all pods created through the NestedControlPlanes will run on this cluster.

0 commit comments

Comments
 (0)