Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 ClusterClass proposal: Clean up outdated implementation details by linking the book's page #7790

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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