Skip to content

Commit

Permalink
Cleaned up outdated implementation details in ClusterClass proposal b…
Browse files Browse the repository at this point in the history
…y linking the book's pages instead
  • Loading branch information
fabriziopandini committed Jan 11, 2023
1 parent 246a986 commit 4f242a6
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 695 deletions.
5 changes: 5 additions & 0 deletions docs/book/src/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ See also: [Server](#server)

Perform create, scale, upgrade, or destroy operations on the cluster.

### Managed Topology

See [Topology](#Topology)

### Management cluster

The cluster where one or more Infrastructure Providers run, and where resources (e.g. Machines) are stored. Typically referred to when you are provisioning multiple workload clusters.
Expand Down Expand Up @@ -378,6 +382,7 @@ The infrastructure that backs a [Machine Resource](#machine), typically either a
### Topology

A field in the Cluster object spec that allows defining and managing the shape of the Cluster's control plane and worker machines from a single point of control. The Cluster's topology is based on a [ClusterClass](#clusterclass).
Sometimes it is also referred as a managed topology.

See [ClusterClass](#clusterclass)

Expand Down
Loading

0 comments on commit 4f242a6

Please sign in to comment.