Registration reference, summary did not mention ClusterRegistrationToken

This commit is contained in:
Mario Manno 2023-03-15 14:44:59 +01:00
parent 901e9b4cc1
commit d7da80b048
1 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@ Detailed analysis of the registration process for clusters. This shows the inter
It's important to note that there are multiple ways to start this:
* Creating a bootstrap config. Fleet does this for the local agent.
* Creating a `Cluster` resource with a kubeconfig. Rancher does this for downstream clusters.
* Create a `Cluster` resource with an id.
* Create a `ClusterRegistration` resource.
* Creating a `Cluster` resource with a kubeconfig. Rancher does this for downstream clusters. See [manager-initiated registration](./cluster-registration.md#manager-initiated).
* Create a `ClusterRegistrationToken` resource, optionally create a `Cluster` resource for a pre-defined (`clientID`) cluster. See [agent-initiated registration](./cluster-registration.md#agent-initiated).
![Registration](/img/FleetRegistration.svg)