Skip to content

Commit

Permalink
- Update README with link to architecture and design section
Browse files Browse the repository at this point in the history
 - Restructure design doc folders
 - Link the existing sequence diagram in readme
 Partially fixes vmware-tanzu#238
Signed-off-by: Shailesh Pant <7968042+pshail@users.noreply.github.com>
  • Loading branch information
pshail committed Feb 21, 2022
1 parent fb51a6d commit 268b43c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ __BYOH__ is a Cluster API Infrastructure Provider for already-provisioned hosts
## Getting Started
Check out the [getting_started](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/blob/main/docs/getting_started.md) guide for launching a BYOH workload cluster

## Architecture and Design
[diag-base-link]: docs/design/images

#### Create a BYOH Cluster
This sequence diagram shows how a BYOH cluster can be created using an existing Management Cluster by
- Registering a host via host-agent on to an existing management cluster which should have BYOH provider enabled
- Creating a BYOH cluster post successful host registration in the capacity pool

![create-byoh-cluster]([diag-base-link]/sequence-diagrams/create-byoh-cluster.png)

## Community, discussion, contribution, and support

The BringYourOwnHost provider is developed in the open, and is constantly being improved by our users, contributors, and maintainers.
Expand Down
File renamed without changes
File renamed without changes.

0 comments on commit 268b43c

Please sign in to comment.