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

Commit

Permalink
delete old figure
Browse files Browse the repository at this point in the history
  • Loading branch information
charleszheng44 committed Nov 17, 2020
1 parent 8338829 commit 9f45b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proposals/20201026-creating-control-plane-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To better illustrate the creation process, we define two Roles with different re

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

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


## Summary
Expand Down Expand Up @@ -194,6 +194,7 @@ We will host sets of default templates in this repositor. Users can specify whic
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`.

![Control Plane Creating Process](nativeway.png)

The creating process will include six steps:

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

0 comments on commit 9f45b0d

Please sign in to comment.