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

Commit 9f45b0d

Browse files
delete old figure
1 parent 8338829 commit 9f45b0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proposals/20201026-creating-control-plane-components.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To better illustrate the creation process, we define two Roles with different re
5959

6060
* **Cluster Admin** - Responsible for creating the underlying super cluster and in-charge of creating Nested clusters.
6161

62-
* **End User **- Represents a nested cluster user, these users have limited access to the super cluster.
62+
* **End User** - Represents a nested cluster user, these users have limited access to the super cluster.
6363

6464

6565
## Summary
@@ -194,6 +194,7 @@ We will host sets of default templates in this repositor. Users can specify whic
194194
Each component's controller will generate necessary certificates for the component and store them to the [secret resources](https://cluster-api.sigs.k8s.io/tasks/certs/using-custom-certificates.html) defined by CAPI. Also, The KAS controller will store the content of the kubeconfig file in a secret named `[clustername]-kubeconfig`.
195195

196196
![Control Plane Creating Process](nativeway.png)
197+
197198
The creating process will include six steps:
198199

199200
1. The user generates all CRs, i.e., NCP, Etcd, APIServer, ControllerManager, with the same namespace, and apply them.

0 commit comments

Comments
 (0)