You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: proposals/00_capn-glossary.md
+58-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document inherits terms from [Cluster API
4
4
Glossary](https://cluster-api.sigs.k8s.io/reference/glossary.html) to support
5
5
definitions for the Cluster API Provider Nested implementation.
6
6
7
-
[C](#c) | [S](#s)
7
+
[C](#c) | [E](#e) | [N](#n) | [S](#s)
8
8
9
9
# C
10
10
---
@@ -14,3 +14,60 @@ definitions for the Cluster API Provider Nested implementation.
14
14
### CAPN
15
15
16
16
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